okayaelectric
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamics 365 Integration] Twig — replacing double quote with blankHey George-
Thanks! Can’t believe I missed that!
-Joe
Forum: Plugins
In reply to: [Dynamics 365 Integration] Images from CRMHi George-
I just figured it out! So the image is just stored in the Annotation table like any other attachments to an entity record? Then I use the FetchXML queries to get the AnnotationID for the special URL to create a link or show the image?
Basically, anything I want to surface as an image or other file about the record I attach it as a note in the record in 365?
Thank you.
JoeForum: Plugins
In reply to: [Dynamics 365 Integration] Images from CRMHi George
Thank you for the follow up. I am not fully understanding though — where is the image stored in 365 for me to be able to access it? As a note and then using the msdyncrm_annotation url to retrieve it?
Thank you.
JoeForum: Plugins
In reply to: [Dynamics 365 Integration] Images from CRMI just realized the code didn’t copy/paste. Here it is:
<img src="/wp-admin/admin-ajax.php?action=msdyncrm_image&id={{ recordId }}&width=300" style="float:center;margin-right:1rem;">
Thank you.
-JoeForum: Plugins
In reply to: [Dynamics 365 Integration] Twig syntax for view with lookupHey George-
Thank you very much for the assistance and guidance. I really, really appreciate it!
-Joe
Forum: Plugins
In reply to: [Dynamics 365 Integration] Twig syntax for view with lookupHi George-
Yes, I would like to filter on the title of the page. The title is coming from the WordPress admin > Pages. That title field at the top.
I’m attempting to do something similar to the Steak Knives sample site you sent to me — creating the product list like the sample code does it. But my only difference is filtering on the field in my views called “Sub-Subject” which would be the same as the title of the web page the user is looking at.
Unless you have a better thought on how to accomplish this?
I hope this makes sense.
Thank you.
-JoeForum: Plugins
In reply to: [Dynamics 365 Integration] Views from 365SUCCESS!
I just got a product detail page to work!
Have a few more questions about this now:
1) Can the title and SEO title and description of the page be dynamically changed on the detail page. My page title right now is Product Detail and I’d like to be able to change it to the actual product name.
2) To make this easy for me — should I just have one product detail page for ALL products that is underneath the homepage? Is there a way to also change the breadcrumb navigation to be the product name and not the page title which is “Product Detail”?
Thank you.
Joe