STRING SPLIT WITH MULTIPLE SPECIAL CHARATER IN APEX
Just experienced issue to split the string value, one of API integration where JSON string attribute contains the many special character that I need to split and reorganize the value then store the value in salesforce field. Example: JSON Response { "To": "Test User
SPRING 21 – LOOKUP TO OPPORTUNITY PRODUCT
Create a Opportunity Product Lookup Relationship with Other Object Many of us eagerly waiting to see some idea’s in to product feature’s in Salesforce. Now LOOKUP is available for Opportunity Product. Yes, Spring 21 release you can create a Opportunity Product
System.JSONException: Apex Type unsupported in JSON: Object
The Salesforce JSON.deserialize(String, Type) method cannot deserialize from JSON into generic Object, or into objects with generic Object fields. You can deserialize into concrete types such as “String” or “Integer”. If you have defined your field types as Object, e.g. public Object error, you need to replace Object with the