I have problem with label or folder if is not spacial-use-mailboxes. When I download mail I will tagging them with mailboxes name but in case user change language some label (eg. Achieve and Snoozed) it change name with user selected. And older mail I downloaded before it can't tag with new language anymore and new mail in this mailboxes have new tagging with label in new language. In spacial-use-mailboxes case I will tagging with standard attribute.
Other folder in outlook have something like ID or unique some field to using to identify is same folder but different language?
Related
I am making changes to the JbusinessDirectory in joomla.
I have added some extra fields to the contact form on the business listing using code changes in the companies view. But now I need to send these field inputs by email.
I am trying to add the values to the email template but I can't find a view that I can edit to do this. The files are located at htdocs/components/com_jbusinessdirectory/classes/services/EmailService.php
htdocs/components/com_jbusinessdirectory/assets/defines.php
How can I create an override for this?
I am not even sure these are the exact files I need to work with but they seem to contain the code that creates the email template.
I have a logic app that creates a SharePoint file using the connector and one of the input fields is Site Address.
However I cannot add this to a CRM field as the output body does not contain this field when the file is created.
Any ideas??
This is because "Site Address" is an input into the SharePoint - Create file connector, not an output. How are you specifying the site address? Is it static, or coming from some action up above? Either way you should be able to just assign the same static value/dynamic tokens to the CRM connector.
Or, if it is the file location that you cared about, you can use "Path" token which will give you an url of the file location that was uploaded to.
In order to place images in the web store, they have to be uploaded to the file cabinet and then the file name needs to be associated with the item.
What I am looking to do, is to source the images from my current internal storage to NetSuite and still be able to view the images on the website. I am trying to find a way to do this because I don't want to have to upload them all individually or with a mass upload.
You will need to create a custom item field of type "text" and associate the field to the item record.
You can then place the full path to your image in the field you just created and reference the custom field in your templates.
This will allow you to use urls from your own host, but dynamically be able to use them within the NetSuite web store.
I have created Transactional email template for sending emails for different stores.I have used an extension which allows admin to upload logo for his store.That logo is uploaded in folder media/uploaddir/stores/ for example media/uploaddir/stores/1/abc.gif for storeid 1.Now i want to use the store id and image name dynamically for different stores so that I can send store logo using same template for all stores.How can I do this?
I am using Magento 1.6.2.
I need to edit the new order mail. Which file is the template for the items? I need the specific file where the items are being generated and formatted.
I already found it.
app/design/frontend/base/default/template/email/order/items.phtml
To edit the New Order email you go into System -> Transactional Emails and click on 'Add New Template'.
Then you load in the existing New Order template by selecting 'New Order' from the drop down menu in the Template input field and click the 'Load Template' button. In the Template Information section you assign a new name to your new template and make the modifications to it before hitting 'Save Template'.
To apply it you go to System -> Configuration -> Sales and Select the Sales Emails option.
In the Order tab you apply your newly saved template to the New Order Confirmation Template dropdown.
Do the same for New order from Guest if you are allowing guest checkout.
The email templates are located under /app/locale/en_us/template/email and /app/locale/en_us/template/email/sales.
The disappointing thing about email templates in Magento is that they expect store owners to manage these using the backend rather than by editing the template files. Of course, you can always just edit the templates directly, but make sure to keep backups of them before updating to a new version of Magento.
It ends up being a lot of work, and from what I've seen, mostly clients do little more than update the logo. If your client wants to have fully custom email templates, expect a good 20+ hours to get them right (cross email client compatibility, client changes, etc).