Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello, I currently have an Object Schema that I am using to store Customer Organizations and Employees. I would like to extend this to include our product versions. Currently, I have a custom field that uses a picklist (IE: 1.0, 1.1, 2.0, 3.0) that I manually update upon new releases or when a version is retired. When a version loses official support, I create a new option (ie. "1.0 (unsupported)") and disable the version so it can't be picked. This informs customers when opening a new ticket that the version isn't officially supported.
I'd like to switch to using Assets and develop the schema in such a way that I can accomplish the following.
My questions are three-fold:
I think I understand how to restrict the field options based on AQL queries, so the structure and automations are my main hurdles right now.
Thanks,
James