Announcement

Collapse
No announcement yet.

External Accounts - client side

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • External Accounts - client side

    If I wanted to check in the client side whether a particular External Account was setup / it's field had certain values, how would be the best way to do this? Hydrate the user object with the external accounts? Make a query to the User/Controller or similar when I needed the value?



  • #2
    BTW neither of those ideas are that helpful as they would require editing core code & having a patch accepted / maintained separately.

    Comment


    • #3
      Hello,

      You can add the needed value to user field and define it in User Entity _get{FieldName}() and add this field to layout. It depends on the place you need this and on needed secure

      Comment

      Working...
      X