Previous Topic: %Actions()Next Topic: %C2PVerbPhrase


%Atts()

Lists all the actions and attributes of the trigger entity.

Syntax

%Atts()

Syntax Example

%Atts()

Expansion

master_number, movie_copy_number, general_condition

Full Syntax

%Atts(<separator>,<function>,<prefix>)

Full Syntax Example

%Atts("or",update,%Parent)

Expansion

update(MOVIE_COPY.master_number) or

update(MOVIE_COPY.movie_copy_number) or

update(MOVIE_COPY.general_condition)

Usage

Classified as an Entity macro that you can use to create a Trigger Override in the Table Trigger Editor (Triggers dialog).