Hello.
Is is there a way to display the item category (not just its code) when I select from table 5722?
In this example, I would like for the card to read "T-shirt (S/S)" instead of "01"
Thank you!
You can do a substring, but Description of all the fields will not have the same length. So it is not a feasible solution.
One thing you can do is let the user search according to Description, for this add Description in Key so that you can search according to it in the dropdown.
Please mark this answer as verified if it answered your question. Thank you.
Regards
Jyotsna Oberai
jyotsnanav.blogspot.com
thank you. My boss was asking if there was a way to make it say "t-shirt" since the category number will not mean anything to people who are just viewing the card.
thank you! This should do it!
Hello,
In this scenario Item Category Code is mapped to 01. I will not recommend passing T-shirt (S/S) in the same field. Create a new field and onValidate() of Item Category Code pass the Description in the newly created field. Hope this helps!
Regards
Jyotsna Oberai
Will need some small DEV. You can set a variable on the page which is then displayed with the related description value from the item category table. You can set it in the OnOpenPage trigger to fetch the data and then fill the variable.
This previous post explains it well: community.dynamics.com/.../615422
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156