- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2023 09:37 PM
Hi friends,
I have created a few variables on catalog form :
variable name order
Name 100
Emp ID 200
City 300
Requested Item 400
............. total 25 variables
Some of these variables are displayed on catalog task form and other variables are hidden.
Now, my requirement on catalog task form is that the variable which has order = 900 on catalog form should be displayed at TOP on catalog task form.
Is it possible ?
Please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2023 10:20 PM - edited 12-25-2023 12:05 AM
Hi,
Simple answer is NO.
The order remains the same as you set while creating the catalog unless you change it again. If you will change it will also change at RITM level.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution . This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2023 08:00 AM - edited 12-25-2023 08:02 AM
Hello @Asmita7 ,
There is one way using that, you can acheive this requirement but you need to create two same variables.
1) Create two same variables. For one set order 900 and for another variable set order 90.
2) Hide the variable from catalog item which have order 90. Show that variable only on catalog task.
3) And hide the variable from catalog task which have 900 order.
4) Populate the value of variable enter on the catalog Item form (order 900) to variable which have order 90.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.