Hypermommy
Programmer
Hi all,
I'm stumped on how the function WriteActions works. Actually, I'm stumped on the whole actions thing. I list out the whole WriteActions() function here (unless asked) because everyone has it in their available.csp file that came standard with CE.
During the loop in WriteActions where it's building the action menu (line starts "actionMenu += " and then it goes on to add the latest actionItem to the menu) it appears that realObj (which I believe is a handle to a report instance) has an actions property. Is that right so far?
I guess what I'd like to do is find out:
1) How can I modify what properties are available with the various reports? Some of them we don't want to allow the users to "view". We'd rather they "schedule" it becuase it's better for the server, from what our tech says.
2) Is the actionitem something that's stored in the database or is it built somewhere else in the code? If built in the code, I could comment it out but if stored in the database I wouldn't want to delete it because then (if we change our minds) I'd have to back and re-add everything.
Am I on track here? I'm trying to exclude the action items of "View" and "View Latest Instance". I'm also trying to temporarily exclude the "Ad Hoc" action item.
Thanks all!
-= Hypermommy =-
I'm stumped on how the function WriteActions works. Actually, I'm stumped on the whole actions thing. I list out the whole WriteActions() function here (unless asked) because everyone has it in their available.csp file that came standard with CE.
During the loop in WriteActions where it's building the action menu (line starts "actionMenu += " and then it goes on to add the latest actionItem to the menu) it appears that realObj (which I believe is a handle to a report instance) has an actions property. Is that right so far?
I guess what I'd like to do is find out:
1) How can I modify what properties are available with the various reports? Some of them we don't want to allow the users to "view". We'd rather they "schedule" it becuase it's better for the server, from what our tech says.
2) Is the actionitem something that's stored in the database or is it built somewhere else in the code? If built in the code, I could comment it out but if stored in the database I wouldn't want to delete it because then (if we change our minds) I'd have to back and re-add everything.
Am I on track here? I'm trying to exclude the action items of "View" and "View Latest Instance". I'm also trying to temporarily exclude the "Ad Hoc" action item.
Thanks all!
-= Hypermommy =-