My name is Abhishek Siriya. This is my personal blog and is used for personal use, NOT intended for any business. I am designer by day and coder by night. Devoted to Increase Revenue I am a Software Engineer, focussing CRM, with extensive experience in implementation using SpringBoot, Azur...
In Salesforce, a wrapper class is a custom data type that combines multiple objects or data types into a single unit. It is often used to display data from multiple objects or data types in a single Visualforce page or Lightning component. For example, let’s say you want to display a ...
which is used to dispatch professional emergency responders) unless the Service is expressly approved for Emergency Services, and you use those Services strictly in accordance with the Emergency Services Addendum; (c) you will ensure that the Services are used in accordance with all applicable law ...
Java script enabled browser is required to enable CRM sync. 3. Set up CRM Connection with the Step-by-Step Guide If you are connecting your CRM with LinkedIn Sales Navigator for the first time, then you can use the step-by-step connection guide. This guide takes you through all the requ...
Hello Experts, For the Salesforce integration with SAP using PI ,we have started to test the Account details transfer to SAP and scenario choosed is SOAP-IDOC Now the
It is used for complex business logic without writing a code. Advantages Of Flows: Flow can do the things which Process Builder can’t. It is generally a lot more powerful and useful, not just in terms of special features, but in terms of the huge picture. It gives Admins access to ...
Hi experts, i have created sync. scenario but for response i have used XML mapping response is below format per record perfectly good if i initiate 3 records per message
The Write Variables step is used to persist the sessionID,serverUrl and sessionTime as Global Variables. This step takes the output of the XML Mapping,.i.e, the Login Response without the namespace prefix and then parser's the same to set the Global variables - sessionID and serverURL us...
The Field Specification Format is used by a variety of Interaction Patterns for identifying specific properties within a JSON object. The format we've adopted is the Google Partial Response Field Format. See Also: Google's Description of Partial Response Field Begins at response data property, e....
fflib_ArgumentCaptor.forClass(Map<Id,CancelRequest>.class); // Capture the actual args used when the mock service was called ((AccountsServiceImpl) mocks.verify(mockAccountsService,1)) .cancel((fflib_ISobjectUnitOfWork)capturedUowArg.capture(), (Map<Id,CancelRequest>)capturedCancelRequestArg.capture...