Kinetic Layer - tracking change

Screen - Part Entry (ex).
New Custom layer has been created on the Base Layer.

Is there any way to identify what are the changes have been done on the Customer Layer related to the base layer on the Application studio?

Where all the changes related to the Custom Layer will be stored?

You can do your own version control.

E.g Layer: CR1827 (Change Request + Reference Number - Ticket System etc) then CR1827_A, CR1827_B

There is no formal comparison yet, I believe there is an epicor idea which has requested. It would be cool to have a github comparison of commits…of what’s changed. @Mark_Wonsil is your best person.

The data lives in XXXDef under Type: KNTCCustLayer or something along those lines…

It’s in JSON and Character01 or 03 can’t remember…

If you do a trace (Chrome Dev Tools), you’ll see a call to the Erp.BO.ErpMetaFxSvc.GetApp endpoint.

Look at the Payload and you’ll see how to call the routine.

image

The Response will hold the JSON file. You should be able to call it with Base and your Layer(s) and download those for a comparison.

I am able to get the required information. Thanks for your help.

1 Like