Skip to content

ZiurN/kpnAssigment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

KPN Assigment

This is the repository of the development built by Jeferson Ruiz.

Pre steps:

  1. 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.

  2. 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.

Deploy the functionality:

1. Via package link:

https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1U000007kMq3

2. From this repository:

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).

Preview

Here a video link to a brief preview of the final functionality.

(PENDING)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages