- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:04 AM
Hi All,
I want to add below lines in the catalog task description by using advanced script in catalog task activity.
1. Validate approval.
2. If a spot buy, create and distribute PO to Vendor.
3. Add items ordered to Inventory tracking spreadsheet.
4. If spot buy, update inventory tracking spreadsheet..
5. If spot buy, Mark PO as received.
Please assist.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:40 AM
@Joshuu I am assuming you would like to set description on the catalog task via the work flow SC Task activity.
Here is how you can do it.
Here is the script.
task.description = ' 1. Validate approval.\n 2. If a spot buy, create and distribute PO to Vendor.\n 3. Add items ordered to Inventory tracking spreadsheet.\n 4. If spot buy, update inventory tracking spreadsheet..\n 5. If spot buy, Mark PO as received.';
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:40 AM
@Joshuu I am assuming you would like to set description on the catalog task via the work flow SC Task activity.
Here is how you can do it.
Here is the script.
task.description = ' 1. Validate approval.\n 2. If a spot buy, create and distribute PO to Vendor.\n 3. Add items ordered to Inventory tracking spreadsheet.\n 4. If spot buy, update inventory tracking spreadsheet..\n 5. If spot buy, Mark PO as received.';
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:53 AM