Add the Activities option in Requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:14 PM
Hi Team,
If Activities option not showing in Requests, How I can add the Activities option in Requests.
Kindly Help.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:30 PM
Hi @Jyoti Malhotra ,
Add/Update system property "glide.ui.<<table_name>>_activity.fields" with value as comma separated field from table_name in the system property.
in your case
glide.ui.sc_request__activity.fields value can be like approval,request_state
After that open the form layout you can able see "Activities (Filter) option then add to form after that you can see
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 10:16 PM
Hi Bhavya,
Thank you for replying to my query.
Could you please share the steps or screenshot for below :
Add/Update system property "glide.ui.<<table_name>>_activity.fields" with value as comma separated field from table_name in the system property.
in your case
glide.ui.sc_request__activity.fields value can be like approval,request_state
Thanks,
Jyoti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:07 PM
Hi @Jyoti Malhotra ,
In navigation type "sys_properties.LIST"
it will be land here
Click on new then fill this
name :glide.ui.sc_request_activity.fields
value :approval,request_state
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK