- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2023 10:56 PM
Hello Developers,
Requirement - I have to create a client script for in some catalog item On hold state should be there and for other catalog item on hold state should not be there.
Condition- I have to create a system property , in the system property there is a field as Value. in value filed I have to pass catalog item sys_id. whichever sys_id is present in System property VALUE field for that on hold should be for other item on hold should be not there.
What I did to get to done this requirement -
I have created - system property. script include , client script.
system property -
Script Include -
Client Script-
What Problem I am getting -
problem is that for every catalog item On HOLD state is coming. whenever in system property only two item sys_id
I have Passed , so idealy only for two catalog item On hold state should be come.
So please help me to solve this problem.
Thanks and regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 01:46 AM
Use below client script and script include-
Client Script-
Script include- client callable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 01:46 AM
Use below client script and script include-
Client Script-
Script include- client callable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 01:54 AM
Thanks , It working Now.