on 2010 Jul 12 2:48 PM
Hello!
I'm working with CRM7.0 and now i have the requirement to run report from quotation view in web UI. For this purpose i need to create new button which will call my report. I've found that button can be created via BSP Component Workbench.
Who can guide me with creating?
Thanks in advance!
Request clarification before answering.
Hi Olga,
yes, you have to redifine this method.
The coding posted by kamesh will customize the appearance of your button ( text 'TEST BUTTON', Tooltip, type, etc. ) wich can be changed due to your needs.
You also have to define an event-hanlder wich name you have to enter in the ls_button-on_click.
As the name tolds you, this event-handler will then be called after clicking the button.
just to mention, you have to define the gt_button with type CRMT_THTMLB_BUTON_T on your view in the implementation class too (if it doesn't already exists).
Depending on where you want to place your button (toolbar, header of a table, somewhere on the view) you have different ways to implement them. If you have problems on this, i can give you some examples.
Regards
Dennis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
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.