SuiteCRM - multiple Contact list for email - crm

I am completly new to suiteCRM and I created 2 modules holding contacts for different contact groups. So i have (together with the standart contacts list) 3 list. Now i want to be able to send on the easiest way emails to some persons (selectable) of all 3 lists (eg. to send inventations for events). The problem is i dont know how to set relations to be able to select all contacts, i am always just seeing the standart contacs list. Does anybody know how to solve this problem?
And at this point is it possible to add a select list to the create and edit form to select a target group while creating a new contact?
Thanks for any help!

Related

App Maker- Records appear in multiple pages (Pagging issue)

When I create a ticket through call dispatcher role's page, it is created in the third page as there are three pages of tickets records, but when I go to the Engineer role's page the new assigned ticket appear in the third page and the first two pages is blank.
I think this problem happens because I invisible the tickets resolved by the engineer and I think in this way the tickets remains in its place but invisible.
So I want to appear the new assigned tickets in the Engineer role's at the first one so I think I need to do a Query filter on the records to solve this issue but I don't know how to do it.
If anyone could help with the exact steps for Query filter for example: Engineer specific email or if ticket status="Resolved"
Note: I knew that Appmaker will shut down completely but I need to solve this issue until I transfer into a new platform.
How are you making the records invisible in the Engineer role page?
One way to limit which records show in different pages is to add a new datasource to your database (click on the database and then the datasource tab and Add Datasource) and use a query script to filter results. For example, let's say you need to display tickets assigned to "Engineer", your query would look like:
query.filters.AssignedTo._equals = "Engineer";
return query.run();
Don't forget to go back to the Engineer page and update the datasource to the newly created one.

Restrict view access of a Phabricator (Maniphest) Task field to only a specific group of users?

On our company's Phabricator site, for example, I have an Approver select (dropdown) field that is part of the form when I create a new Task. I want only a specific group of people to be able to see this Approver field when someone creates a new Task or edits the Task. Is there any way to accomplish this?
You can create forms for creating maniphest tasks and pre fill them with values. Therefore go to https://<phabricator-uri/transactions/editengine/maniphest.task/ .
You can additionally set permissions to different groups to grant access to these forms.
For more details just read: https://secure.phabricator.com/book/phabricator/article/forms/

MailChimp - Variable Content based on the FirstNames in the List

I have a list named "Students" of 500 members. Email will be sent to each member. Two things in the email content will be specific to each member. First one is:
Dear Michael
Michael will be replaced by each members First Name. Second is:
Click here
Click here will have a link behind redirecting each member to different target.
Followed this How to Create a campaign in MailChimp using ASP.Net
I am able to create a campaign using API, but I need to go further with or without API.
I've done this before for an email using personalisation. I didn't send it through MailChimp but I found this article that could help you: http://kb.mailchimp.com/article/getting-started-with-merge-tags/
In your list if you add a field for the student's first name and another field for the the link then you should be able to use merge tags to add that data to wherever you want it to be in your email.

Drupal 7, listing users by custom field values

I created a custom field for a user's hometown, let's call it "field_home", that is required for every user when they register an account. They can only select certain text values from a list.
Is there any way I can add a "Hometown" column in admin/people, which lists every user's field_home value along with their user name and roles?
Thanks for any information!
I would recommend creating a new view. You can build a better view than the one provided in admin/people in no time.
Add your own custom fields, edit/cancel-account links and filtering criteria. That'd be much easier and faster.

Drupal Views Relationships

I have the following problem:
I created content type "movies" and content type "actors". I added a node reference to the "actors" which links to movies. When i create new actor content I'm able to select movie from node reference. So, I created a list inside Views which shows you a list of actors and next to the actor it displays one of the movies they were in. I did this through node reference in "actors".
Ok, so here is the problem. I now want to create a list of movies and actor next to the movie. I know I can solve this problem if I create another node reference inside movies and every time I create movie content I would need to select actors attached to the movie. Is there a way to do what I need without creating another node reference. I want to use already existing node reference inside actors and show actor depending on the movie selected for the actor.
Can some one please help me with this problem? Im really stuck.
Thank You,
Toliy
You can install the nodereferrer module to provide a counterpart to the node reference fields. It makes node references accessible in both directions so you can do this sort of thing.
Just found out about this, which handles bidirectional relations.
I've also had a lot of success with the Corresponding Node Reference
After you set up your two node references, you can use simple checkboxes to ensure that they are linked up.

Resources