Difference between revisions of "NF2.1 Callout on Navigate"
From iDempiere en
CarlosRuiz (talk | contribs) |
CarlosRuiz (talk | contribs) m (Text replace - "http://jira.idempiere.com" to "http://idempiere.atlassian.net") |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | = '''Feature:''' | + | = '''Feature:''' Callout on Navigate = |
'''Goal:''' Development | '''Goal:''' Development | ||
| − | '''Developer:''' | + | '''Developer:''' [[User:CarlosRuiz|Carlos Ruiz]] |
'''Description:''' | '''Description:''' | ||
| − | + | The usual callouts are triggered when a field is changed. | |
| − | '''Technical Info:''' [http:// | + | 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://idempiere.atlassian.net/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]] | ||
| − | |||
Latest revision as of 21:05, 2 September 2016
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
