Difference between revisions of "NF2.1 Callout on Navigate"
From iDempiere en
CarlosRuiz (talk | contribs) (Undo revision 7904 by CarlosRuiz (talk)) |
CarlosRuiz (talk | contribs) (document) |
||
| Line 7: | Line 7: | ||
'''Description:''' | '''Description:''' | ||
| − | + | The usual callouts are triggered when a field is changed. | |
| + | |||
| + | Now there is the possibility to implement a callout that is triggered when a record is shown on screen, like after a query, or when navigating. | ||
| + | |||
| + | The callout is developed exactly the same way as any other callout, the only difference is that you define the callout to be triggered on the _ID (primary key) of the table. | ||
'''Technical Info:''' [http://jira.idempiere.com/browse/IDEMPIERE-2676 IDEMPIERE-2676] | '''Technical Info:''' [http://jira.idempiere.com/browse/IDEMPIERE-2676 IDEMPIERE-2676] | ||
| Line 15: | Line 19: | ||
[[Category:New Features v2.1|D]] | [[Category:New Features v2.1|D]] | ||
[[Category:New Features Development]] | [[Category:New Features Development]] | ||
| − | |||
Revision as of 03:57, 11 August 2015
Goal: Development
Developer: Carlos Ruiz
Description:
The usual callouts are triggered when a field is changed.
Now there is the possibility to implement a callout that is triggered when a record is shown on screen, like after a query, or when navigating.
The callout is developed exactly the same way as any other callout, the only difference is that you define the callout to be triggered on the _ID (primary key) of the table.
Technical Info: IDEMPIERE-2676
