How to publish layer in application studio in MES?

The problem is that JSON… that’s why NONE of the values are passing from End Activity to Print Tags. Did you update that JSON, Save, Publish?

yes i did

Did you close End Activity and reload fresh so it gets the newly published changes?

When I use this JSON, it doesn’t save. It keeps reverting or disappearing. Why is that happening?

Something isn’t quite correct in the format then. (JSON editor is rejecting it).

But it is the same JSON I used (apart from using a TransView binding for my InsLot field).

any solution?:smiling_face_with_tear:

{
    "type": "Ice.Lib.Framework.LaunchFormOptions",
    "options": {
        "valueIn": "{sysVariable.partNum}~{sysVariable.description}~{sysVariable.qty}~MFG-OPR~{sysVariable.revisionNum}~{sysVariable.iUM}~{LaborDtl.JobNum}~{sysVariable.assemblySeq}~{sysVariable.oprSeq}~~~~~~~~~{LaborDtl.LaborNote}~~~WIP~{LaborDtl.AttrClassID}~{LaborDtl.LaborAttributeSetID}~{LaborDtl.LaborAttributeSetShortDescription}~0",
        "contextValue": {
            "InsLot": "{LaborDtl.InsLot_c}"
        },
        "isModal": true
    }
}

Try this one. For some reason my previous version included “escapes” ( \ ) before every tilde… which I didn’t have in there originally… but somewhere along the line (copying pasting between kinetic and here) they got injected (see below) which I snipped from my above post.

All those backslashes shouldn’t be there. Try the one above… hopefully it works.

image

Thank you so much, David. This worked perfectly for me! I really appreciate your quick response and help. Thank you once again!

Do you know can i update this customization to classic screen?

above and beyond, as usual Mr Camlin.
:clap:

Excited Well Done GIF

1 Like

Standing Ovation Clap GIF - Standing Ovation Clap Applause - Discover &  Share GIFs

1 Like

No, sorry. Unfortunately, I don’t know the Classic side of things very well. And I don’t have any on-prem resources to even play around with to attempt it.