Question

Page parameters

Hello community,

 

I couldn't found in the academy documentation on how to use the freedom UI page parameters, can you help me?

 

Like 2

Like

4 comments

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

Stefano Bassoli,

Can you tell me what the Page Parameter is?
I tried using it for playing around the business rule but ended up that you can't set default values on it during Create Object from detail's +

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.

Show all comments