customizer rule to triger function button
TodAnderson
I have already created the function button so i can richt click and run it when i wan to but i would also like to run the same function automaticly via customizer based on some other rules.
can any tell me how to do this using c# to trigger a coresuite function button via a customizer rule?
Paolo Manfrin
Hi Tod,
you can create a rule of type EasyFunction and subtype C# where you write your code.
This rule you can then call from any other function with the command CallFunction("functionname")
hth
paolo
0
Please sign in to leave a comment.
Comments
0 comments