Hello community,
I couldn't found in the academy documentation on how to use the freedom UI page parameters, can you help me?
Like
Hello,
You can view all the elements of Freedom UI designer by clicking on the link: https://academy.creatio.com/docs/8.x/setup-and-administration/administration/user-and-access-management/user-management/import-users-from-excel
The parameters for each element can be different, depending on which element you are using.
Hi Malika
thank you for your reply
I think the link you shared with me is not related to my question.
I found the answer myself, I was trying to define the virtual column as a page parameter incorrectly, defining it via the code
Just got this working for me. In your viewModelConfig, add an entry so that it looks like this:
"values": { "Params_UsrCustomPageParameter": { "modelConfig": { "path": "PageParameters.UsrCustomPageParameter" } }, ...other entries }
Note that in path, use PageParameters followed by your page parameter code. Rename Params_UsrCustomPageParameter to whatever attribute name you want and then you would be able to use this in your handler code.