External Accounts - client side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    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?


  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

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

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #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...