IPFees
Backstage
Edit Module
EntitySize
Name
Description
Module runs automatically
Modules that run automatically do not need to be referenced.
Source Code
DEFINE LIST EntitySize AS 'Entity size of applicant?' GROUP G_APL CHOICE Entity_Person AS 'Natural person' CHOICE Entity_Less25 AS 'Less than 25 employees' CHOICE Entity_Less100 AS 'Less than 100, more than 25 employees' CHOICE Entity_Large AS 'Large entity (default)' CHOICE Entity_Small AS 'Small entity' CHOICE Entity_Micro AS 'Micro entity' DEFAULT Entity_Large ENDDEFINE
Save
Cancel