Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signal

...

an

...

event

...

to

...

the

...

Framework

...

filters

...

and

...

RAMP

...

screens.

...

Syntax

...

AVSIGNALEVENT(

...

[sId

...

]

...

[,sTo

...

]

...

[,sAInfo1

...

]

...

[,sAInfo2

...

]

...

[,sAInfo3

...

]

...

[,sAInfo4

...

]

...

[,sAInfo5

...

]

...

[,nNInfo1

...

]

...

[,nNInfo2

...

]

...

[,nAInfo3

...

]

...

[,nNInfo4

...

]

...

[,nNInfo5

...

])

...

Parameters

SId

Required.String containing an identifier of the Event. 

STo

Valid values are:

FRAMEWORK = The signal is broadcast to the whole framework.

BUSINESSOBJECT = The signal is only broadcast to filters and RAMP screens in the current business object.

sAInfo1

Optional. String containing additional information that the object listening for the signal can use.

sAInfo2

Optional. String containing additional information that the object listening for the signal can use.

sAInfo3

Optional. String containing additional information that the object listening for the signal can use.

sAInfo4

Optional. String containing additional information that the object listening for the signal can use.

sAInfo5

Optional. String containing additional information that the object listening for the signal can use.

nNInfo1

Optional. Number containing additional information that listening object may use.

nNInfo2

Optional. Number containing additional information that listening object may use.

nNInfo3

Optional. Number containing additional information that listening object may use.

nNInfo4

Optional. Number containing additional information that listening object may use.

nNInfo5

Optional. Number containing additional information that listening object may use.

...

Return

...

Value

...

None

...

Example

...

This

...

example

...

signals

...

that

...

an

...

entry

...

has

...

been

...

deleted

...

in

...

the

...

instance

...

list:

...

     AVSIGNALEVENT("Delete_List_Entry", "BUSINESSOBJECT", objListManager.AKey1

...

[0

...

] );

...


SeeAlso

Updating the Instance List from RAMP screens.