I want to add the below two sys_id in the property and call the property inside the encoded query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:24 AM
Hi All ,
I have a requirement where in my below script , I am passing two sys_id's in the encoded query ..
I want to store that sys_id in the property and call that property inside the encoded query in the similar manner.
How can I implement this with the below query :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:32 AM - edited 05-29-2024 01:36 AM
Hello @Pooja Khatri ,
You can add the create new property by providing the same encoded value in the value field on the form and call that property in your script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:34 AM
Hi @Abhishek_Thakur - should I store the value = typeLIKEfe0c590fc9d3f0003c0953598e8a66eb^ORtypeLIKE0248ea58c92ff0003c0953598e8a6616 in the property ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:37 AM
Hello @Pooja Khatri ,
Yes, you need to store the encoded query in the property and use the below script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:40 AM
Hi @Abhishek_Thakur - ok I am trying give me a minute