alexacrm
@alexacrm on WordPress.org
- Member Since: September 21st, 2016
Contribution History
alexacrm’s badges:- Plugin Developer
-
Posted a reply to Does anyone know how to get the table for a Business App to show up in dataverse, on the site WordPress.org Forums:
All ids you mentioned are different things. This might help: Create app id and secret… -
Committed [2856038] to Plugins SVN:
Release 2.46 -
Committed [2855935] to Plugins SVN:
Release 1.3.12 -
Posted a reply to Does anyone know how to get the table for a Business App to show up in dataverse, on the site WordPress.org Forums:
@shuangmiles yes, table and entity are interchangeable terms. Each environment has a unique url that… -
Posted a reply to Does anyone know how to get the table for a Business App to show up in dataverse, on the site WordPress.org Forums:
@shuangmiles let's try again: Dataverse is the underlying storage. CRM Hub is an app that… -
Posted a reply to Does anyone know how to get the table for a Business App to show up in dataverse, on the site WordPress.org Forums:
@shuangmiles if you're looking for the list of all available columns, you can access it… -
Posted a reply to Does anyone know how to get the table for a Business App to show up in dataverse, on the site WordPress.org Forums:
@shuangmiles can you clarify what you are trying to do, please? CRM Hub is an… -
Committed [2851934] to Plugins SVN:
Release 1.3.11 -
Posted a reply to Submit Button in shortcode, on the site WordPress.org Forums:
@javiberlin following simple filter examples: add_filter( 'wordpresscrm_form_submit_button', 'change_button_caption', 10, 2 );function change_button_caption( $caption, $form )… -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
@vrundali try the following: Select Username/password authentication option Clear out all values in the fields… -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
On About tab set log level to debug, try to connect again. After the error,… -
Posted a reply to Dynamics 365 OAuth 2.0 Not Working – Authentication, on the site WordPress.org Forums:
@vrundali is your deployment online or on-premises? -
Posted a reply to Submit Button in shortcode, on the site WordPress.org Forums:
@javiberlin if using form shortcode (note that it's been deprecated) then you can use translation… -
Committed [2837684] to Plugins SVN:
Release 2.45 -
Posted a reply to AlexaCRM msdyncrm_twig shortcode produces critical error in WordPress, on the site WordPress.org Forums:
@ecpaul Also please email us the twig content on that page. Could be something in… -
Posted a reply to AlexaCRM msdyncrm_twig shortcode produces critical error in WordPress, on the site WordPress.org Forums:
@ecpaul We need more information. Let's start with version information about plugin, php, WordPress. Also… -
Committed [2830095] to Plugins SVN:
Release 1.3.10 -
Committed [2829635] to Plugins SVN:
Release 2.44.1 -
Committed [2828969] to Plugins SVN:
Release 2.44 -
Posted a reply to Uncaught Error: Undefined class constant ‘Monolog\\Utils::DEFAULT_JSON_FLAGS’, on the site WordPress.org Forums:
@drahija We were waiting for @audetcameron to try non-deprecated syntax but haven't heard back. So… -
Posted a reply to D365 CE custom fields are read-only in WordPress Page., on the site WordPress.org Forums:
@habeebmk 1. Which particular columns are read-only? File Description? Anything else? 2. What is the… -
Committed [2809173] to Plugins SVN:
Release 2.43 -
Posted a reply to Microsoft Dynamics Nav?, on the site WordPress.org Forums:
Hi Erneeraq, unfortunately, no, this plugin is only for integration of Dataverse / Dynamics 365… -
Posted a reply to Avoid multiple duplicate users, on the site WordPress.org Forums:
You already doing search based on the email address. The only thing that possibly wouldn't… -
Posted a reply to Avoid multiple duplicate users, on the site WordPress.org Forums:
Why are you creating new organization service? You can simply do this $service = ASDK(); -
Posted a reply to Avoid multiple duplicate users, on the site WordPress.org Forums:
@subash1990 there is really not enough information to understand what the problem is. User registration… -
Posted a reply to Displaying formatted values in a view, on the site WordPress.org Forums:
The only way to format the columns as hyperlinks is to create your own twig… -
Posted a reply to Uncaught Error: Undefined class constant ‘Monolog\\Utils::DEFAULT_JSON_FLAGS’, on the site WordPress.org Forums:
@audetcameron can you try {% view %} twig instead? Also, do you have the php… -
Posted a reply to Uncaught Error: Undefined class constant ‘Monolog\\Utils::DEFAULT_JSON_FLAGS’, on the site WordPress.org Forums:
@audetcameron it'd be really helpful if you provided the shortcode and the stack trace as… -
Posted a reply to Uncaught Error: Undefined class constant ‘Monolog\\Utils::DEFAULT_JSON_FLAGS’, on the site WordPress.org Forums:
@audetcameron Would it be possible to get the full stack when this error happens? We… -
Committed [2795901] to Plugins SVN:
Release 2.42.1 -
Posted a reply to Uncaught Error: Undefined class constant ‘Monolog\\Utils::DEFAULT_JSON_FLAGS’, on the site WordPress.org Forums:
That explains it. https://github.com/wp-media/wp-rocket/issues/5366 documents a small ****storm caused by wp rocket updating their monolog… -
Posted a reply to Uncaught Error: Undefined class constant ‘Monolog\\Utils::DEFAULT_JSON_FLAGS’, on the site WordPress.org Forums:
Hi @audetcameron do you have WP Rocket plugin by any chance installed? If you don't… -
Committed [2792627] to Plugins SVN:
Release 2.42 -
Posted a reply to Fatal error: Uncaught Exception: cURL Error: 6, Could not resolve host:, on the site WordPress.org Forums:
Hi @isuke01 since you're using premium plugin, we can escalate the case. Can you please… -
Posted a reply to reCAPTCHA unable to set/verify key and secret, on the site WordPress.org Forums:
Hi Kim, looks like there could be an issue in a third-party library we're using.… -
Committed [2785043] to Plugins SVN:
Release 2.41 -
Committed [2779062] to Plugins SVN:
Release 2.40 -
Committed [2771797] to Plugins SVN:
Release 2.39 -
Posted a reply to Form not displaying correct fields, on the site WordPress.org Forums:
Hi @aidenwp has the form been published? Have you refreshed the metadata cache in plugin?… -
Posted a reply to Woocommerce, on the site WordPress.org Forums:
@yellowleaf not out of the box, as every WooCommerce setup is different. You would need… -
Committed [2767799] to Plugins SVN:
Tag recent versions -
Committed [2767130] to Plugins SVN:
Release 2.38 -
Committed [2766848] to Plugins SVN:
Release 2.38 -
Posted a reply to Forms with yes/no fields, on the site WordPress.org Forums:
@josephmarkovich not quite. You still need to access OptionSet object: {% set optionfalse = metadata["contact"].Attributes["donotemail"].OptionSet.FalseOption… -
Posted a reply to Forms with yes/no fields, on the site WordPress.org Forums:
@josephmarkovich take a look at boolean column type metadata. It's an optionset but uses BooleanOptionSetMetadata.… -
Posted a reply to can’t connect, on the site WordPress.org Forums:
@keshav2001 Address URL is address of your Dynamics 365 instance like https://foobar.crm.dynamics.com. As mentioned in… -
Committed [2753646] to Plugins SVN:
Release 2.37 -
Posted a reply to Get ID of record created with custom form, on the site WordPress.org Forums:
@josephmarkovich we do have a task in backlog to do it the same way as… -
Committed [2748828] to Plugins SVN:
Release 2.36
Developer
-
Dataverse Integration
Active Installs: 90+
-
Dynamics 365 Integration
Active Installs: 1,000+