HcmEmploymentCube::EmployeeServiceLength10to15 Method [AX 2012]

Returns an expression that determines whether the length of service is greather than or equal to 10, and less than or equal to 15.

server public static str EmployeeServiceLength10to15()

Run On

Server

Return Value

Type: str
An expression: 1 if the length of service is greater than or equal to 10, and less than or equal to 15; otherwise, 0 (zero).
Show: