Dictionary Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 11:06 AM
Hello Experts,
We have tried but no clue on this
Is it possible to show the field label name with field value using attributes.
Eg . Caller field while searching we can show email or name ,
Requirement .
want to show field label with value ( Email: xyz@gmail.com )
Please support on this thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 12:14 PM - edited 09-23-2024 12:39 PM
Hi @akin9,
Firstly, see below solution in case you want to use existing field value/s as auto complete for the field.
- Open the dictionary record for the field you're working with using "Configure Dictionary".
- On the dictionary record, find the Attributes related list, and click New.
- For the Attribute, select Reference auto completer, and for the 'Value' put AJAXTableComplete and Click Submit.
- Then create another new Attribute, by clicking New again, on the same Attributes related list.
- In the Attribute field, select Reference auto completer columns, and set the 'Value' to a semicolon-separated list (like "name;email;u_employee_id"). Whatever values you want to show as auto complete of the field.
However, you question seems different, hence you may try below.
1. Create a new string field on 'sys_user' table and set the dictionary of that field as 'Calculated Value' (PFA SS) and write the script such a way that creates the string value as '<field name>' + ':' + '<field value>' (as you want the structure). Then this new field will show the value as you wanted.
2. Then follow the 5 steps I mentioned in the above solution(In step 5, you just put the single new field name in the attribute value instead of any semicolon-separated list).
If the calculated value for the new field does not work then you may try to set the new field with dynamic default value by creating your own 'Dynamic filter options'. SS for your reference.
If this address your question, please mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 08:15 PM
Hi @Animesh Das2 ,
Thank you for the reply!
Already I have added the attributes its working fine.
Without creating a new field any other way to achieve this is it possible?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 08:49 PM
Hi @akin9 ,
I don't think there is any other efficient way to achieve this, because AJAXTableComplete needs to know which client side auto complete class (field/s) to show and that field has to exist in the table.
If this address your question, please mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 07:53 AM
Hi @akin9 ,
I am keen to know if the solution provided worked for you. Please, if you could let me know in case you got chance to check this solution.
If this address your question, please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks,
Animesh Das