alexacrm
@alexacrm on WordPress.org
- Member Since: September 21st, 2016
Contribution History
alexacrm’s badges:- Plugin Developer
-
Committed [2726629] to Plugins SVN:
Release a new version of the plugin -
Posted a reply to GUID in querystring to use in form, on the site WordPress.org Forums:
Hey Joe, lookups are EntityReference objects so the value looks like { "LogicalName": "contact", "Id":… -
Posted a reply to GUID in querystring to use in form, on the site WordPress.org Forums:
What are you trying to set? A guid of the new record (which is usually… -
Posted a reply to Fill in lookup field once record created, on the site WordPress.org Forums:
Hi Joe, you do need to instantiate the record (very much similar to C# code):… -
Posted a reply to Twig Template – Disabling Field, on the site WordPress.org Forums:
@joramantwi101 we would need to investigate why multi-select is rendered as disabled. If you want… -
Posted a reply to Twig Template – Disabling Field, on the site WordPress.org Forums:
@joramantwi101 check if this column is not marked as readonly on the form and is… -
Posted a reply to Doesn’t work, clunky UI, breaks GDPR, on the site WordPress.org Forums:
Looks like our code is not up to your standards so I'm very keen to… -
Posted a reply to Passing GUID in querystring, on the site WordPress.org Forums:
@josephmarkovich what's the output of {{project.xml}}? If query from the builder returns no records in… -
Posted a reply to Passing GUID in querystring, on the site WordPress.org Forums:
@josephmarkovich check what fetchxml is generated: <pre>{{ project.xml }}</pre> If same fetchxml returns records in… -
Committed [2716559] to Plugins SVN:
Release a new version of the plugin -
Posted a reply to Fill in lookup field once record created, on the site WordPress.org Forums:
To set the value for a lookup field, you need to use EntityReference class: $contact[‘parentcustomerid’]… -
Committed [2714992] to Plugins SVN:
Release 1.3.8 -
Committed [2712883] to Plugins SVN:
Release a new version of the plugin -
Posted a reply to Variables in parameter field (view), on the site WordPress.org Forums:
@mraiaamcham as per https://stackoverflow.com/questions/4773186/shortcodes-inside-a-shortcode-wordpress, shortcodes do not nest. One of the options is to replace… -
Posted a reply to PHP Fatal Error using msdyncrm_twig shortcode, on the site WordPress.org Forums:
@lucasflorian2 I'm confused. You're running PHP 8 but keep compatibility with PHP 5.6? And Twig… -
Posted a reply to PHP Fatal Error using msdyncrm_twig shortcode, on the site WordPress.org Forums:
@lucasflorian2 do you know the version of Twig that your timber library is using? I… -
Posted a reply to Twig in functions.php, on the site WordPress.org Forums:
@josephmarkovich if you have twig content, save it in a variable then use something like… -
Posted a reply to Variables in parameter field (view), on the site WordPress.org Forums:
@mraiaamcham we retested the functionality and it's supposed to work. Does this one work as… -
Posted a reply to PHP Fatal Error using msdyncrm_twig shortcode, on the site WordPress.org Forums:
@lucasflorian2 I have no idea why it's causing drama on your system, the function signatures… -
Committed [2709864] to Plugins SVN:
Release 1.3.7 -
Posted a reply to Variables in parameter field (view), on the site WordPress.org Forums:
Hi @mraiaamcham thanks for raising the issue... emailuser object should work... Hmmm... Can you try… -
Committed [2708145] to Plugins SVN:
Release 1.3.6 -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
@sawancontractor we are trying to assist as soon as we can. The email advising of… -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
@sawancontractor if you're using pro version then for urgent assistance please email support@alexacrm.com with the… -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
@sawancontractor can you be a bit more specific? What is not working? What message do… -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
@jandigital nothing's wrong with app id & secret. That's, unfortunately, a small bug that we… -
Posted a reply to Can’t make the plugin to display records of any kind, on the site WordPress.org Forums:
Also note that shortcode has been deprecated and I would recommend changing code to [msdyncrm_twig]… -
Posted a reply to Can’t make the plugin to display records of any kind, on the site WordPress.org Forums:
Alen, I think these roles only allow to see user-owned contacts only. Try adding a… -
Posted a reply to Can’t make the plugin to display records of any kind, on the site WordPress.org Forums:
@asvigelj 1. what shortcode are you using? Can you show the relevant snippet of content?… -
Posted a reply to Authentication with shared secrets is not working, on the site WordPress.org Forums:
What are you putting into app id and secret? Did you register the app in… -
Posted a reply to Doesn’t work, clunky UI, on the site WordPress.org Forums:
I get it @trashpress, the free plugin did not work to your expectations of a… -
Posted a reply to Authentication with shared secrets is not working, on the site WordPress.org Forums:
@ronakbhalodiya you're probably in the wrong plugin. We do not support WS-Trust in the Dataverse… -
Posted a reply to licensing, on the site WordPress.org Forums:
@infosectomslade If you use appid/secret authentication then communications occur under the app user that does… -
Committed [2702089] to Plugins SVN:
Release a new version of the plugin -
Posted a reply to Pass a link from CRM view to WordPress, on the site WordPress.org Forums:
@imagisca custom layout is the right way to do it, especially when the link is… -
Posted a reply to Hardcoded variable is working but variable created from shortcode is not, on the site WordPress.org Forums:
@masimansari I'm not sure where [user_login] shortcode is coming from but shortcodes inside twig won't… -
Posted a reply to Putting the twig code in my theme instead of gutenberg block, on the site WordPress.org Forums:
@masimansari what is this fragment supposed to be? value = '{{ "#{user}" }}' Is that… -
Committed [2697810] to Plugins SVN:
Release 1.3.5 -
Committed [2695640] to Plugins SVN:
Release a new version of the plugin -
Committed [2691681] to Plugins SVN:
Release a new version of the plugin -
Posted a reply to Unable to set default value, on the site WordPress.org Forums:
@ojala67 derault is for setting values on the form and I don't see leadsourcecode anywhere… -
Posted a reply to Error: Could not find CreateResponse node in XML returned from Server, on the site WordPress.org Forums:
@ojala67 The problem is that the account used to connect to Dynamics 365/Dataverse does not… -
Posted a reply to Error: Could not find CreateResponse node in XML returned from Server, on the site WordPress.org Forums:
@ojala67 if the lead form renders correctly and submissions are working for other tables (e.g.… -
Committed [2683697] to Plugins SVN:
Release 1.3.4 -
Posted a reply to No results using Fetch XML Query, on the site WordPress.org Forums:
@andreaspsson something is stripping fetchxml from your page content. Could be a plugin or some… -
Posted a reply to FetchXML: How to output formatted values / labels, on the site WordPress.org Forums:
Glad it's working. As you can see from the dump, you can also use FormattedValues… -
Posted a reply to FetchXML: How to output formatted values / labels, on the site WordPress.org Forums:
You need to use formatted_value filter as documented {{ ud_tutorial | formatted_value("udc_executionmode") }} -
Posted a reply to FetchXML: How to output formatted values / labels, on the site WordPress.org Forums:
Kim, have a look at https://alexacrm.com/kb/dataverse/twig-dv/accessing-choice-columns-metadata/ Thanks AlexaCRM Support -- If you find our plugin… -
Posted a reply to Dataverse Integration Plugin not Activating, on the site WordPress.org Forums:
@lmbhagat do you have access to php logs? That might shed some light on the… -
Committed [2679221] to Plugins SVN:
Tag recent versions
Developer
-
Dataverse Integration
Active Installs: 40+
-
Dynamics 365 Integration
Active Installs: 1,000+