R
romain.pennes@foederis.fr
Guest
Hello, Yes I did, but not in a getFieldValue or selectQuery call, I didn't know you could asked to be retrieved the code directely. For instance, to retrieve a status code from a "distant record" (which I can't access using {!...} tokens), I would do: var idStatus = rbv_api.getFieldValue('objName', recordId, 'status'); var codeStatus = rbv_api.getCodeById('objName', 'status', idStatus); Orchid seems to be saying that you can do this instead: var codeStatus = rbv_api.getFieldValue('objName', recordId, 'status#code'); Kind regards, Romain.
Continue reading...
Continue reading...