Skip to main content

I need to get page url in client model .How can I do for it .

I need to get page url in client model .How can I do for it .

Hi @DalKylekY ,

Please refer to URL (ifs.com)

Hope this helps.

Kind Regards,


I need to get page url in client model .How can I do for it .

Hi @DalKylekY ,

Please refer to URL (ifs.com)

Hope this helps.

Kind Regards,

Can you give me some demo for this.thanks


@DalKylekY Below is an example, you can try it out.

 

resource Employee {
URL = "page/ResourceDetails/StructureForm;$filter=ResourceSeq eq ${url_resource_seq}";
...
}

 As for an example you can navigate in you Aurena as below and get URL and compare with above structure.  

 

Hope this helps ..


@DalKylekY hope above examplehelped you out.