When I create a custom function in Zoho CRM, I can create an argument for the Account ID. The function editor shows "int AccId".
When I try to create a custom button and I want to associate a custom function to the button, the Account ID gets passed as "string AccId". Of course when I try to work with the Account ID, I get the usual BIGINT error.
This seems to be a discrepancy. Am I wrong? How can I convert the string Account ID into a BIGINT? Should I have to?
Thanks!