WIPClearVariance

WIP Clear Process on line level

 

Variable

Read

Write


e_WoDocEntry

x


Number of created work order

e_WoLineNumber

x


Line Number

e_costingcode

e_costingcode 2-5

x

x

Costing code 1-5

e_account

x

x

Account

e_ammount

x

x

The ammount

e_batch

x

x

object name is "jn", type BeasScript

you can add own lines for current line

Example:

beasscript-logo-small

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

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