In Web part request template, I can choose type "System" for new one but after that how could i link it to a codeunit, like Insert head, insert line and something else? ](*,)
Hi expert,
Could anyone give me the solutions?
Now i created the action, but when i click on it, no warning, no error message but no effect.
i look up the code in table 6809 - EP WP Request Table Action, in the CalActionTypeFrontEnd function, i see the TypeID but don't know why and where i can define:
0 - no action
1 - Insert Head
2 - Insert Line
3 - Modify Head
4 - Modify Line
5 - Set line to modify
6 - Cancel Modify (Line)
7 - Connect to another WP
8 - Delete Head
9 - Detele Line
11 - Show Report
So I add more my action is TypeID = 12, and it shows up in Web part but has some problem with action.
Comments
Could anyone give me the solutions?
Now i created the action, but when i click on it, no warning, no error message but no effect.
i look up the code in table 6809 - EP WP Request Table Action, in the CalActionTypeFrontEnd function, i see the TypeID but don't know why and where i can define:
0 - no action
1 - Insert Head
2 - Insert Line
3 - Modify Head
4 - Modify Line
5 - Set line to modify
6 - Cancel Modify (Line)
7 - Connect to another WP
8 - Delete Head
9 - Detele Line
11 - Show Report
So I add more my action is TypeID = 12, and it shows up in Web part but has some problem with action.