What is ref_ac_columns and how to use it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 04:39 AM
Hello @Madhan007
Greetings!
ref_ac_columns Specifies the list of reference table columns to display. Separate column names with a semi-colon. For example, ref_ac_columns=user_name;email;sys_created_on allows auto-complete to match text from the user_name, email, and sys_created_on columns.
example:
basically if you want to show users associate id and model, then you can use ref_ac_columns attribute.
for your use case, since you have two different variables already, it ahs to be done through on load client script or default value from the table.
Please hit the thumb and Mark as correct based on Impact!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2024 12:26 AM
Great, thank you for the thorough explanation!