Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Can we validate html field dictionary attributes using ATF

Rathna Chengalv
Tera Contributor

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.. 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @Rathna Chengalv 

 

yes, sure that is possible. These attributes are just either text values at field "attributes":

 

MaikSkoddow_0-1701602900001.png

 

Load the respective record from table sys_dictionary and examine the values of "attributes" field.

 

Maik

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @Rathna Chengalv 

 

yes, sure that is possible. These attributes are just either text values at field "attributes":

 

MaikSkoddow_0-1701602900001.png

 

Load the respective record from table sys_dictionary and examine the values of "attributes" field.

 

Maik

Thanks much !!!

 

This worked 🙂