cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to activate a Form for user1 when user2 adds an activity (SDK )

marour
Participant
0 Kudos
258

A very simple question :

How to implement this functionalty?

User1 adds an activity (for exmaple , it could be an invoice or anything else) and when it is done (FormDataEvent) a specific Form gets open as a reaction.

Is there anything like that?

PS: Both users use same Add-On

View Entire Topic
ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi marour,

Once the Activity is added, you can use one of the following methods to open the form:

  • ActivateMenuItem Method.
  • OpenForm Method.

The details about these methods can be found in SDK help file.

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

marour
Participant
0 Kudos

Hello ankit.chauhan1

the point is that the openform should be done by another user!

Two clients are using the same AddOn and when one of them add an activity a specific form gets open by the other user.