CD
09/02/2021, 2:03 PMrecord.load()
the reference to this field is a numeric internal ID, however, I require the custkey_
string to pass to sftp.createConnection
- I cannot see the record type for Private Key anywhere - is there a quick way of getting the custkey_
id from the numeric ID, or should I just do a saved search on my custom record and join to get the value (which I'd rather not do if there's a cleaner way)?CD
09/02/2021, 2:24 PMN/keyControl
. keyControl.findKeys()
with the name returned by getText()
for the referencing fieldCD
09/02/2021, 2:42 PM