How to assign value to dot walking field?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 08:26 AM
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?
Labels:
- Labels:
-
Scripting and Coding
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 08:47 AM
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.