Lukasz Formela
11/09/2020, 11:44 AMsubmitFields()
function, which should change value of a checkbox on a custom record. All parameters are correct (I'm logging them before function execution), and yet every execution throws SSS_INVALID_SRCH_OPERATOR
error, pointing to a field which should not take part in current function call.
The field id listed in error thrown above happens to be the first field on a custom record, if that changes anything. It's mandatory and of List/Record type (but again - I don't care about this field, I'm trying to change value of some other checkbox). I have set ignoreMandatoryFields
parameter to true, but that doesn't change anything.battk
11/09/2020, 11:50 AMLukasz Formela
11/09/2020, 11:51 AMbattk
11/09/2020, 11:53 AMLukasz Formela
11/09/2020, 11:55 AM"name":"SSS_INVALID_SRCH_OPERATOR","message":"An nlobjSearchFilter contains an invalid operator, or is not in proper syntax: custrecord_bdy_account_manager."
And line number. Again - field above is not what I'm trying to change, and yet it generates an error somehow.battk
11/09/2020, 11:57 AMbattk
11/09/2020, 11:57 AMbattk
11/09/2020, 11:58 AMLukasz Formela
11/09/2020, 11:58 AMsubmitFields()
function which I suppose uses search in the backgroundbattk
11/09/2020, 11:59 AMbattk
11/09/2020, 12:00 PMZoran Roncevic
11/09/2020, 8:39 PM