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

BPC 10.0 NW - Need to execute logic script when CERTAIN input schedule/form data is saved!

Former Member
0 Likes
513

Dear All,

Need urgent help!

I need to execute DEFAULT.LGF for ONLY certain input form/schedule. How can I do that? My boss says it is possible using DIM property or something like that. He did not explain on how. I can't think of any solution for this.

Is there any system variable which contains the input form? And, branch the execution code based on this file name?

Have already written to the forum on this and as I did not get any suggestion, I am writing again and the reason is : I am desperately looking for a solution for this requirement amidst tight schedule.

And, I am sorry to write again on this.

Thank you,
Peri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

HI Peri,

As you mentioned there is no way to trigger DEFAULT.LGF to a specific Input Form/Schedule as you needed because if you write your script in DEFAULT.LGF then every time when ever you click on "SAVE DATA" in any Input Form/Schedule this "DEFAULT.LGF" will be triggered.

But there is another way to achieve your requirement that is by using "VBA/MACROS" you can Insert a Button in your Input Form/ Schedule for which you are needed & in the VBA you can mention the specific DM package which is specific to your Input Form/Schedule ....

Thanks & Regards,

Aravind.

Former Member
0 Likes

Thanks, Aravind.

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Likes

Hi Peri,

"I need to execute DEFAULT.LGF for ONLY certain input form/schedule. How can I do that? My boss says it is possible using DIM property or something like that. He did not explain on how." - please tell your boss that he is not understanding the idea of default.lgf ad BPC in general...

Sorry,

Vadim

Former Member
0 Likes

Hi Peri,

There is some way you can try to make unique dim name in logic script use member property in your logic script or you can use user defined variable in your logic script.When the script is running it can read specific combination.

khokan