- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 02:09 AM
In my parent breadcrumb, right now it displays only the number field.
pc.setLabelField("number");
I need to modify my Macro to display both the number field and first 15 characters of the short description.
Format: "<Number>:<15 first characters of Short Description>..."
How can I get it done?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 02:06 AM
Was able to achieve this create a separate field (calculated field). Finally just displayed that field value in the breadcrumb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 04:53 AM
Sorry, it is still not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 02:06 AM
Was able to achieve this create a separate field (calculated field). Finally just displayed that field value in the breadcrumb.