How to make custom Edit block using Flexcard.

Step :- 1 Here we will create a flexcard.

Create FlexCard
Create FlexCard

After Creating FlexCard  ,Go to setup and Selcet Data Source as  Soql ,

– write this  Select id, Name , phone from Account  and click on save &fetch

– Drag all the  field into canvas.

Selecting fields
Selecting fields

  Drag an Action element on Canvas to perform  an action , 

 

  • In the property of action  Click on action ,
  • Select Flyout in action type .
  • Select   Omniscript in Flyout Type .
  • Create a omniscript  and fill  the Omniscript’s  Name  in the  Flyout Field.
  • Send  the attributes to the Omniscript that we have created in key and value form :-        
  • Fill all the above data according to this pic.in flexcard.
Sending data through flyout
Sending data through flyout

Step 2 :-  

         Open the previously created omniscript. and drag a set value to recieve the Attribute  in the key value form.

–  take a step  two fields in it and  a  integeration procedure in it.

Create an ip 

 1:- Give same name to Name and Phone field as given in set value .

 

pass variable to field
pass variable to field

2:- Take an  integeration procedure as above. Click on ip.

— Click on  Remote property  and  in Extra payload  send all field.

— Check  the  send only extra payload button .

Sending data to ip
Sending data to ip

Step 3  :– Open the  previously created Integeration procedure/IP.  

— Take a DataRaptor post  Action in Integeration procedure .

click on dataraptor and  go on additional input  map the data like below image.

receive data from os
receive data from os

Step 4 :-   Open the dataraptor and  map the data in dataraptor.

— select the  account  from object section  and map fields from below pic . 

Step :-5  Testing of Edit Functionality.

 — Activate The  IP ,, Os ,, FlexCard. that we have created in  This Blog .

— Preview the  FlexCard and we see in below image Before Edit.

  Name =  Testimg Account.

 

Preview image
Preview image

Flex Card After edit Account Name. Refresh the page to see the change.

Name is Change Manually In FlexCard .

Change
Change
Scroll to Top