Similar Posts
salesforce – User friendly Tech help
Ignore trivial things and train your mind to think big Solution:- Create CustomMetadata type in salesforce (Setup > custom metatype) Create Extract Dataraptor Select object = “custom metadata Name“ Do the mapping of input JSON and expected output JSON Preview runs the datatraptor n n Tags Dataraptor, salesforce, Vlocity n n CONTROL YOUR EMOTIONS…
Install and Configure MySql on Linux? – User friendly Tech help
Frank HerbertnInstallation for mysql is similar to installing apache server and php on Ubuntu. nStep1:- Open terminal window and type the below command(install mysql-server)nnsudo apt-get install mysql-servernnNote:- n n Add root password in the dialog box after installation. n Incase any pop up comes during installation just accept the default and continue the installation process. n…
Working with Files and Folders in UFT – User friendly Tech help
It has been a while that we tend to post something relevant to operating with files and folders. Fortuitously we stumbled on a task of looking out a specific kind of files in our system drives. n nSo we leveraged that opportunity to share the simplified ideation for the same. As we all recognize that…
Using Platform Events with Queueable Apex – User friendly Tech help
n Scenario:- How to call Queueable Apex inside platform events n Step1:- Have a button(can be vlocity action or vlocity Omniscript guided flow) on SFDC UI to call the “Apex Handler” n Queueable Apexn Step2:- “Apex Handler” will call Platform Event n //calling PE with the required paramsn Demo_Platform_Event__e peObj = new Demo_Platform_Event__e( EndPoint_Url__c =…
Creating your first app using Angular.io – User friendly Tech help
Do something today that your future self will thank you for n nWe have created this tutorial to make you up and running with Angular.io in 10 minutes. This is not a very detailed tutorial incase you are not familiar with Angular basics, please refer Angular.io documentation to get more details on the core concepts.nnExpectation:- nWe’ll create…
Implement Robot Framework using RIDE (Part-1) – User friendly Tech help
Starting with installation prerequisite of robotframework(RF), we learned how to create our first test case using RF. Today we would enhance the same test case and implement it in RIDE. (IDE for robot framework). n Requirement:-Creating our first test case in RIDE? n nDo follow us on Fb,G+,Twitter, it encourages us to learn and share…