Trigger BPM on Specific Layer

Hi , I’m trying to add a condition in Pre-processing update for UD104 but I want this Custom code in the bpm to run only for Specific Layer in Application Studio ?

As an idea, you could set a specific value in the BPM Call Context in only the layer you want it to run from, and start the BPM with a check for that value…

2 Likes

CallContextClient has CustomizationID. I would print that in a bpm to see if it now carries the layer or layers from app studio.

1 Like

yeah but CustomizationID is only when creating customization for the classic version if you are developing a kinetic layer it won’t be useful because it will be empty

@jwphillips that’s nice one I’ll try it on

1 Like