- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 11:05 PM
We have one html field and I want to check if there is a way an ATF can check and validate what attributes are configured for that html field like anchor, link, unlink, underline etc..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 03:29 AM
yes, sure that is possible. These attributes are just either text values at field "attributes":
Load the respective record from table sys_dictionary and examine the values of "attributes" field.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 03:29 AM
yes, sure that is possible. These attributes are just either text values at field "attributes":
Load the respective record from table sys_dictionary and examine the values of "attributes" field.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 11:00 PM
Thanks much !!!
This worked 🙂