I’m updating a row in javascript.
Some of the values are lookup values. For example, I use a custom object to hold a list of hours.
So when I’m doing the update I know the hour number ( maybe 3 ), but I need to supply the id of the custom hour objects row that has 3 as its name.
I was setting up some models to use to get the id (by filtering them to get them to hold the right row and reading the value from that) when I wondered if there wasn’t some way to just pass the value “3” to updateRow and have the field determine the Id of the hour object to insert.
fill in lookup value in updateRow
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
