This is the repository of the development built by Jeferson Ruiz.
-
Because Salesforce at the present does not allow add Custom Labels to packages, if you decide to use the package link, we recommend deploy the custom labels metadata in this repository to your Org.
-
The test endpoint generated in requestcatcher is:
https://orderconfirmation.requestcatcher.com/Add this url to the authorized sites in the Remote Site Settings in your org.
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1U000007kMq3
The full functionality code is located in the branch named feature-KPN-orderLWC. The main remains as a new SFDX project. This is useful to deploy via git differences and SF power kit, if you don't prefer the package link; just install the SF power kit, clone this SFDX project, connect it to your Org, and execute this commands:
$ sfdx sfpowerkit:project:diff -d ./delta --revisionfrom=main --revisionto=feature-KPN-orderLWC
$ sfdx force:source:deploy -p ./delta/force-app/main/default/ --verbose
Or even easier, just deploy the full force-app from the feature-KPN-orderLWC branch (jeje).
Here a video link to a brief preview of the final functionality.
(PENDING)