ZoomApps / Liveapp

Liveapp Framework :rocket:
https://www.liveapp.com.au
2 stars 1 forks source link

Allow to ignore the Customised field #8

Closed adamLiveware closed 7 years ago

adamLiveware commented 7 years ago

Sometimes we need to update all objects in a solution, even if they are customised. Currently we need to update the field on every object. It would be desirable to have a way to override this behaviour so we don't have to do this update. Mostly we will use this in build scripts so we need it mostly for the console, but ideally it should be available in the GUI as well.

paulfisher53 commented 7 years ago

Added a new web service function "SolutionUpdateForce". Please load Patch.zip

To call from your script:

Application.ExecuteWebService("SolutionUpdateForce", { auth: Application.auth, url_: "SOLUTION_URL"});

We will be adding this function to the GUI in the next version.