M
matman
Guest
I would like to suggest adding "Required" tags to fields that are required for an API call. For instance, I used getRecord to retrieve a record, but noticed that objName is not required ( but rbv_api.getFieldValue() does require an objName ). For my code logic it's very good to know whether an objName is required, because that means I may need to work around an unknown objName or protect myself from invalid requests (API calls are expensive).
Continue reading...
Continue reading...