You need to sign in to do that
Don't have an account?

When creating a Task with saveLog it removes the + at the beginning of the phone number
Hi,
the saveLog parameter looks like this:
...&MyPhoneField__c=+49(0)89/1250-0&...
The Task gets saved with all data except the phone number field which is now 49(0)89/1250-0.
Any help or suggestions appreciated.
the saveLog parameter looks like this:
...&MyPhoneField__c=+49(0)89/1250-0&...
The Task gets saved with all data except the phone number field which is now 49(0)89/1250-0.
Any help or suggestions appreciated.
Please insert %2B in place of + symbol when you specify the parameter.
Hope this helps!
Please mark this is best answer if this resovles your query, this will help other to find the correct answer