I have this test schema:
A client can have multiple addresses and multiple contacts
For example, a secretary (contact) will receive a product purchased by the company (client) she works for.
So, the delivery needs a contact, an address and also needs to be bounded to a client. What's the best way to a Delivery know where and whom to deliver its produtcs?
If I attach Delivery to Address and Contact, I'll have 2 Client id's.
Related
What is the difference between the Contact key and the Subscriber key in Salesforce Marketing Cloud?
I need to be clear on these so I can absolutely transfer this information. I have read the help material but I think I need it with an example as I still don't quite get it.
Contacts and Subscribers
A contact is a person you send messages to through any marketing
channel. A contact typically appears in the All Contacts section, but
a contact record can also appear in other locations.
A subscriber is a person who opted to receive communications or
belongs to a particular channel. A subscriber lives in the individual
studios. Subscribers can be imported or created manually and are
stored in data extensions.
Keep in mind that all subscribers are contacts, but not all contacts are subscribers. With email, a contact is somebody you sent emails to, so a subscriber in Email Studio will always be a contact. You can have contacts whom you’ve never sent to who don’t appear in All Contacts. For example, contact information imported into a sendable data extension but not included in a send doesn't appear in All Contacts. A subscriber is only added to All Contacts once something is sent to them. For instance, you might send the contact email and mobile messages, so the contact could be a mobile subscriber, and not an email subscriber.
Resources
We are connecting Marketing cloud and SF orgs. In Salesforce org we have leads and person accounts. When we connected both environments, We see that we have contacts and accounts as different objects instead of one in MC sync option for Data Sources.
Now my questions is for data extensions which object should i refer to? account or contact?
Our data extensions refer to contacts but this is primarily because our data extensions utilize a contact type field which we use for blasts.
It is worth noting that salesforce documentation does reference that person accounts work with marketing cloud and references a link here to more information:
https://help.salesforce.com/articleView?id=account_person_behavior.htm&type=5
I'm trying to get the Google Client Id (found under https://plus.google.com/me) of a user corresponding to the account he's currently connected with.
Explanation: when connecting with your gmail account on Chrome, the result of the code given here (https://developers.google.com/+/web/people/) gives the user's client ID that I need to use the Google Payment API.
The problem is if the user has multiple accounts connected on Chrome.
Example: Our user has an email account for work (WEmail) and a personal email account (PEmail). He first connects to chrome using his WEmail. Then adds his PEmail to the list of Chrome connected accounts. Then our user wishes to make a payment on an extension he has installed, with his PEmail.
The issue here is that to process such a payment you need the google client ID of that user, and when you fetch it, you will get the one of the first connected account (WEmail) and not the one of the current used account (PEmail). Which makes it impossible to process the payment since you might not be serving the right account.
Is there any way to get all the currently used ids of a user or jsut the currently used id?
If not, are there plans to integrate such a solution in the short term?
Thanks for your help.
Iam using Exchange Webservice (EWS) to create the meetings in exchange 2010 & 2007 for the user and the room using Exchange Impersonation(ie, user/Room will impersonate a "service account" so that the operations will be performed with the rights of the impersonated service account)
We get notification from exchange in case of any activity on the exchange as the user/room is subscribed for pushnotification. notification will have meetingid and changekey
When i create a meeting using EWS for a user (eg demouser) adding room (eg CONFROOM) as the resource using the rights of the service account (eg SAAccount), i get two notifications one is for the user and the other is for the room,iam storing the meetingid and changekey from the notification for both.
To modify/delete the meeting i have to pass the meetingid stored for the user as it is created by the user and it works fine.
Question:
Is there any way to modify/delete the meetings using the service account, my intention is to modify/delete the meetings created by any user/room, because in my scenario I display all the meetings of the room (whose meetingid is different from the user's and this meetingid can be used to do accept/decline/tentatively accept and not delete/modify).
Thanks
Pretty new to the Magento e-commerce solution. Have it up and running for a customer, and it's close to a default install, save some window dressing.
When a customer places an order, they get a nice HTML-based email. But the client is getting a text-based email that doesn't have all the information the HTML customer-based one, including a pretty crucial piece of information: the items ordered.
Our client is basically using it to sell gift cards, but when an order comes in, the invoice email only has a total of the order say, $150. They don't know from the email whether that's a single $150 gift card, three $50 gift cards, etc.
How (and where) in the Magento install would I add a line-by-line list of the order's individual products
-or-
Make it so the client gets a copied on the HTML email the customer gets (order summary).
There is a setting in the Magento Admin Panel: System > Configuration > Sales > Sales Email that allows you to add comma-separated email addresses. Still would like to be able to edit the invoice email the client is receiving to have all the items ordered displayed