on 2012 Oct 11 1:43 PM
Hello Experts ,
I want to avoid the server round trip to GENIL when i am doing a server event on any particular field , but only want to do when certain particular value is selected ? How to achive this ?
Thanks and Regards,
Nikhil Kulkarni
Hi Nikhil,
This is not a standard code we need to do coding for this.
Best Regards,
Durga Prasad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Durga Prasad ,
There are some standard methods , like activate_sending , Deactivate_sending . I guess we can achieve with these. I am exploring on these where they are used. May be the solution which you provided will also work . I asked sample code where you have implemented the approach which you mentioned.
Thanks and Best Regards,
Nikhil Kulkanri
Hi Nikhil,
You can achieve this with the help of this.
1. Create an internal table
2. add those entries to internal table for which you need to trigger server event
3. check the internal table if it has your values then trigger event else skip this trigger.
May be this will help you we are doing this when required to trigger an event for specific values.
Best Regards,
Durga Prasad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.