function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lightdreamlightdream 

Urgent :Help with web service.

Hi Salesforce,

 

I have a requirment regarding web service and string split. when i pass the web service to the class the string must split dynamically i.e., for xample  i have passed

 

 

<column>Account$Name</column> 

<column>Account$Type</column>

 it must dynamically split Account and name. and then if i pass Account$Type  it must split as Account and Type Respectively ... with out Hardcoding 

 

 

Thank You