Display data from alternative form

rajitha somarathna asked on October 9, 2014 11:16

I used alternative form ( AlternativeFormName="CMS.USER.EditProfileMyAccount" ) for display user details in a tab of my account section.so it display the data as

User name: user First name: George like...

problem is ,now I need to add CustomerAccCode feild .. It is not in the user table. It comes with customer table.. So how can i display CustomerAccCode data in side EditProfileMyAccount alternative form?

Help me

Thank you

Recent Answers


Drew Robison answered on October 9, 2014 16:49 (last edited on December 10, 2019 02:30)

You can create a custom form control that just displays those items...Or you could even use a custom layout and include macros for those values maybe. {%CurrentUser.CustomerInfo.GetValue("")|(identity)GlobalAdministrator%} ? I'm not sure if that syntax is correct, but it should at least be a decent starting point.

0 votesVote for this answer Mark as a Correct answer

rajitha somarathna answered on October 10, 2014 13:16

those answers not worked.. help me

0 votesVote for this answer Mark as a Correct answer

Joshua Adams answered on October 17, 2014 18:21 (last edited on October 17, 2014 18:21)

What did you try and what errors did you get?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.