WIPClearCreateStart

end sequence from WIP Clear process

 

 

Variable

Read

Write


e_WoDocEntry

x


Number of created work order

e_WoLineNumber

x


Line Number

e_batch

x

x

object name is "jn", type BeasScript

you can add own lines for journal entry on header level

Example:

beasscript-logo-small

function WIPClearVariance
addvar=e_batch=jn.U_myUDF="abc"
end function

 
jbscript-logo-small
userevent WIPClearVariance() {
e_batch=e_batch + "jn.U_myUDF='abc'";
}