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

Json response with space in Apex..
Json respone is :
"meta_idx": {
"Account Manager": "Test "
}
In salesforce thru calloutm want to take the value of "Account Manager" and map to custom object field...
{
ch.Account_Manager__c = m.Account Manager;
}
Its not taking Space in between "Account Manager"..
Thanks in advance...
"meta_idx": {
"Account Manager": "Test "
}
In salesforce thru calloutm want to take the value of "Account Manager" and map to custom object field...
{
ch.Account_Manager__c = m.Account Manager;
}
Its not taking Space in between "Account Manager"..
Thanks in advance...
Please try the below code.
Thanks,
Benazir
it gives error : Expression must be a list type:
Thanks,
Benazir