Access Participant Profile in BML
Content
Hi,
We have a requirement that will need me to check which participant profile is current user assigned to. In CPQ I can access user groups in code using system variable. Is there any way to get the participant profile of the user. For Eg when I look at page source I see a hidden field called pp_id which has values like:
input name="pp_id" type="hidden" value="5767845_Requestor"
input name="pp_id" type="hidden" value="5765790_View Only"
We are doing the following to get it as of now but it is causing some performance issue.
env = lower(_system_company_name);
Tagged:
1