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.

How to assign value to dot walking field?

Virendra K
Kilo Sage

Hi All,

I have dot walking field. I want to assign calculated value to dot walking field.

for example:

I have ABC read-only dot walking field with some existing value.

X field = 25 and Y field =5.

I want to assign 20 (X-Y) value to ABC field.

How could I do this using script?

1 REPLY 1

Shane J
Tera Guru

As far as I know, you can't assign a value to a dot-walked field unless you use GlideRecord to query for the record and do an update() on the dot-walked table.



GlideRecord query examples