How can I add custom buttons with custom event values in icCube 6 reporting? - iccube

How can I add custom buttons with custom event values in icCube reporting v6 (similar to the Actions/Buttons widget in v5)? I didn't find this option in any of the filters & tools.

For the time being I think "Select Control" widget is what you are looking for (it is placed under "Filters & Tools" top menu).
With its' "Data options" it is possible to define custom action (green border card).
After this step you might want to configure custom action with it's advanced settings (1)
Configuration of "Event type" field gives you a list of possibilities. Even to define onClick javascript callback (3)

Related

WCAG 3.2.4: "export", "refresh", "add" buttons on different pages allowed?

I have "export", "refresh" and "add" buttons on different pages. The "export" button exports content of the current page. "Add" adds items depending on the page a user is on (users, servers etc.) and "refresh" refreshes the current page.
Is that allowed according to WCAG 3.2.4? Or do I need to rename things in "add user", "add server", "export users", "export server"...
Thanks,
Thorben
The fourth example on the Understanding Success Criterion 3.2.4: Consistent Identification article that's part of the W3's WCAG 2.1 spec seems analogous:
An e-commerce application uses a printer icon that allows the user to print receipts and invoices. In one part of the application, the printer icon is labeled "Print receipt" and is used to print receipts, while in another part it is labeled "Print invoice" and is used to print invoices. The labeling is consistent ("Print x"), but the labels are different to reflect the different functions of the icons. Therefore, this example does not fail the Success Criterion.
Rather than just labeling the icon "print" and letting users infer what it prints from the context of the page, they've labeled it differently in each specific context.
This would suggest that you should label your buttons "add user", "add server", etc.
Its not a WCAG failure, if same button label is not used for any other functionality (means 3 "add" buttons are there in page but has different functionality to add user, add admin, add project etc.)
Its best if we describe the purpose in text.

Add Create Task Radio Button in Calendar Module-suiteCRM?

I am new to suiteCRM and i need some help.When I want to add any activity(like Task,Meeting or Call) in calendar module,When I click on any time period then quick create popup is displays and it is showing two radio button "Schedule Meeting" and "Log Call" but it is not showing "Create Task" Which I want.
Is there any option in admin panel or config that allow us to enable crate task?
I have attached a screenshot for reference.
Thanks in advance.enter image description here
There is not an admin option per se.
In order to add tasks in that view, you would need to add the checkbox in modules/Calendar/tpls/form.tpl and include your own custom javascript to handle this.

Track menu link clicks in Wordpress with Google Tag Manager?

I would like to track how many people click on a link in the menu bar and where did they come from. Is there a way to do it? I see that in Wordpress there is a class called menu-item, but I don't know how this would help me.
Thanks in advance.
Google Analytics will track where users come from by default. Because of this, you only need to create an event to fire on the click class: menu-item.
After setting up event tracking, navigate to Behaviour -> Events -> Top Events. Once at this page, search for the naming of the event you created, and then select a secondary dimension such as Default Channel Grouping, Source/Medium, or whatever is relevant to your needs.
1) You need to create universal event tag. In fields to set, choose variable refferer and as value select {{refferer}}.
2) Create "click classes" variable with value: gtm.elementClasses
3) Create trigger of "Click - All Elements" type. Select "some clicks" and fill it with: {{click classes}} equals menu-item.

Add filter to Add existing button crm 2011

I followed the instructions in this link
but I face a strange problem which is when the lookup is populated with the new filtered view the add button is getting disabled when I select a record from the new view !!
I debugged the code in the lookupinfo.aspx page and I found this line of code that controls whether the add button is enabled or disabled
btnAdd.disabled = (crmGrid.InnerGrid.SelectedRecords.length == 0);
and this line of code always return true despite there is a selected record !!
Can anyone help me ?
Thank you.
I followed the instructions in this link
Which link? I can't see one referenced in your question. I'll make some assumptions about what you are trying to do. I will assume that you are trying to hide an "Add Existing" button linked to a form's sub-grid. I'll also assuem you're trying to edit XML files by hand (which is the hard way!).
The easiest way to apply rules to buttons in CRM 2011 is to use Erik Pool's brilliant tool "Visual Ribbon Editor" (available here)).
To hide an "Add Existing" button based on selected records, you would:
Connect the tool to your CRM environment
Open the "parent" entity (i.e. the record type that shows the "Add Existing xxxx" button
Select the Ribbon Type to be "Sub-Grid"
Select the button you wish to manipulate
Add or edit the Enable Rules for that button
If I'm not describing a solution to your problem, maybe enhance your question - it's hard to understand what you are trying to acheive.

Drupal Views & Exposed Filter Dropdowns

I'm using Profile to add a "Department" field to user profiles.
I'm using Views to create a view of users, with "Department" being an Exposed Filter.
The Exposed Filter is a textfield. I'd like for it to be a select dropdown that is populated with all possible values.
Is anyone aware of a module that will alter Views filters, changing fields from textfields to select dropdowns?
Drupal 6. Views 2. The profile field is a single-line textfield (with autocomplete).
i had the same issue in a project
fields that are textboxes show be select box.
as attachment image shows in 'FILTER CRITERIA' choose your field
in 'Filter type to expose' part choose 'Grouped filters'
a table will be shown that you manually can add your data as options
this solution is good when you know your options
this is my RTL settings for expose a textbox filter
this is my RTL settings for expose a textbox options
and in UI - client side this field will be shown like this
What kind of profile field is "Department"? I'm assuming it's one of single-line textfield, multi-line textfield, checkbox or list selection. I only tested it with a list selection, but if you check "Force single" then the exposed filter will be a select dropdown.
Assuming you mean Drupal 6. The above is true with Views 2.x and 3.x on D6.
If you want to modify an existing filter, follow the accepted solution provided here.
If altering an existing filter does not satisfy your requirements, then this step-by-step tutorial will help you creating your own custom Views filter.

Resources