Acion (Part2 2)
This commit is contained in:
@@ -11,14 +11,16 @@ authorization master ( instance )
|
||||
update;
|
||||
delete;
|
||||
|
||||
field ( readonly ) PartnerNumber;
|
||||
|
||||
validation validateKeyisFilled on save { create; }
|
||||
validation validateCoreData on save { create; field Country, PaymentCurrency; }
|
||||
|
||||
determination fillCurrency on modify { create; update; }
|
||||
|
||||
action fillEmptyStreets;
|
||||
action fillEmptyStreets result [1] $self;
|
||||
static action clearAllEmptyStreets;
|
||||
|
||||
factory action copyLine [1];
|
||||
|
||||
mapping for zhs_dmo_partner
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user