Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1788 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi all, i know appian has some built-in JS function such as window.Fo
eaglez
over 11 years ago
Hi all,
i know appian has some built-in JS function such as window.FormAPI.setValue,window.FormAPI.getValue.
but does appian has a function that we can change one cell's value in grid?
we define a filedID for the column in the grid.
the function window.FormAPI.getValue(fieldID) can return a value which include all the values of the column joined by semicolon ";". however, window.FormAPI.setValue does not work in this case.
can someone do me a favor, please?
thank you very much in advance....
OriginalPostID-87167
OriginalPostID-87167
Discussion posts and replies are publicly visible
0
eaglez
over 11 years ago
online waiting for the answer, thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Siva
Certified Lead Developer
over 11 years ago
Hi,
To set value in Grid column, you can use the below code
var setValueId = document.getElementById("textControl_fd_component_JSON_TASK_NS"+columnFieldID+"_"+[i]);
setValueId.value=valueToSet;
Just a note that JS is not compatible for Tempo forms
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
eaglez
over 11 years ago
thank you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel