Question

How to get current contact in page schema

Hi Team,

         I am trying to retrieve current contact (Logged In User)  in BaseIntroPageSchema. May i know how to do it ?

 

Thanks

Sathish

Like 0

Like

2 comments

The following will give you the current user contact:

Terrasoft.SysValue.CURRENT_USER_CONTACT.value

 

Ryan

Hello Sathish,

 

Please use the example mentioned by Ryan, the current contact value (Terrasoft.SysValue.CURRENT_USER_CONTACT) can be retrieved in the same way in your schema. 



Kind regards,

Roman

Show all comments