Deluge Setting wrong DataType for Arguments
This is driving me crazy.
Every time I create a new function in Zoho and map a CRM Field to the argument (Contact_ID), it sets the argument type as a string, and then throws an error for the DataType being wrong because it requires an Int.
StringgenerateBlockText
(string Contract_ID)....
That ID is mapped to CRM Module ID that is a bigint. Why is this not working?