how to attach the excel sheet by default in catalog item variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 05:42 AM
i have one requirement i need to create a one variable that variable contain by default one attachement,kindly suggest how to do this requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 07:03 AM
sorry to say
its not working from my end
@sampth can you show me the ur catalog form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 07:14 AM
your end looks awesome but my end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 07:24 AM
Follow these steps:
1. Upload the excel sheet in your catalog item and save the form.
2. Navigate to sys_attachment table by typing sys_attachment.list in the left navigator.
3. Find your attachment there and copy the sys_id of the attachment.
4. Create a UI Macro and replace the sys_id in the code mentioned by Shloke.
5. Create a Variable of type 'Macro' and under type specification section give the name of the Macro created (as you did in the screenshot).
Save the changes and try ordering your Item.
Let us know if any concerns.