Hi Folks ,
We have a requirement where we have custom page property and we want this property value to filled dynamically by random number (following particular pattern) on page creation itself . Please guide me of how to proceed with this.
Thanks in Advance !
@kautuk_sahni @Arun_Patidar @Vijayalakshmi_S @Himanshu_Singhal
Kind Regards,
Kaushik
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @kdatta ,
You can follow the below steps to achieve this requirement :
Hope this could help you !!!
Regards
Shiv
There are a number of ways to do this:
1. Page template
The custom property can be added to the page by the page template.
If you intend to have the custom property logic only for one site, it would make sense to use this approach.
2. Workflow launcher
Another way is to create a workflow launcher that will trigger a workflow when a new page is created in the specified location. The workflow can add the custom property to the new page created.
If you intend to have the custom property logic for multiple sites, this approach might be abetter one compared to templates.
Hi @kdatta ,
You can follow the below steps to achieve this requirement :
Hope this could help you !!!
Regards
Shiv
Views
Likes
Replies