Avatar

Community Advisor
That check is only done on the client, and it's pretty crude: if in nms, crm, xtk namespace, show warning and hide save button. You can edit by changing the namespace to nmsx, making changes, then changing back to nms and saving. Alternatively, make your own copy of the relevant js libs adjacent and call that from the workflow instead. Editing the file on disk will do nothing since when the js is used it'll overwrite it from the copy on the db. None of this will survive an upgrade, so you'll have to merge by hand afterward.