Profiles

  • Member Since: March 20th, 2013
  • Find me on:
  • Posted a reply to How do I notify to Action that my process is complete?, on the site WordPress.org Forums:
    I have process that starts a scheduled item for an off-hours process I'll call build-it-1.…

  • Posted a reply to How do I notify to Action that my process is complete?, on the site WordPress.org Forums:
    Sorry for the delay, The question here is how to make the Action Scheduler screen…

  • Created a topic, https://xkcd.com/2425/, on the site WordPress.org Forums:
    How do I notify to Action that my process is complete?…

  • Posted a reply to guide for connection salesforce new version, on the site WordPress.org Forums:
    Object mapping takes effect when add/updating/deleting records, depending on the settings in the Object Map…

  • Posted a reply to Direct API calls from code, on the site WordPress.org Forums:
    @chercka That does make sense in those cases where you would not otherwise include this…

  • Posted a reply to Direct API calls from code, on the site WordPress.org Forums:
    @chercka. Did you ever get your foot into the door? I’d love to be able…

  • Posted a reply to Manage the 24 hour limit of API calls with Pull query / Throttle ?, on the site WordPress.org Forums:
    In a sandbox with 10,000 records I updated them all with data loader I set…

  • Posted a reply to Manage the 24 hour limit of API calls with Pull query / Throttle ?, on the site WordPress.org Forums:
    Would the Throttle and Pull limit help to spread it out in action scheduler queue?

  • Created a topic, Manage the 24 hour limit of API calls with Pull query / Throttle ?, on the site WordPress.org Forums:
    We will be updating a field on Salesforce for 155k Con…

  • Posted a reply to Error: 404: on Salesforce HTTP request, on the site WordPress.org Forums:
    @danitaphaopat This plugin is a solid performer and works as advertised. Recently we used it…

  • Posted a reply to Where is the log?!, on the site WordPress.org Forums:
    If you have enabled logging and set it to log something like error, Logs it…

  • Posted a reply to user and usermeta, on the site WordPress.org Forums:
    I agree, however it was you and another user of object sync for salesforce, a…

  • Created a topic, user and usermeta, on the site WordPress.org Forums:
    User this fine plugin for syncing user exposes the WP …

  • Posted a reply to Postmeta updated by other actions, on the site WordPress.org Forums:
    Maybe I'll just fire : do_action( "save_post_my_CPT", $post_ID, $post, true ) thanks for verifying.

  • Created a topic, Postmeta updated by other actions, on the site WordPress.org Forums:
    I have a customer Post type that is mapped to a custom…

  • Created a topic, Is there a filter or API call to get the SF ID of a contact with the WP ID, on the site WordPress.org Forums:
    Is there a filter or API call to get the SF ID of a co…

  • Posted a reply to What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    I understand the callback url now, thought it was a webhook that salesforce needed to…

  • Posted a reply to What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    When I looked at Valet again today, I wondered how it provided a link, and…

  • Posted a reply to What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    my ngrok command line is: ngrok http localtestdomain.test:443 -host-header=rewrite

  • Posted a reply to What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    I did not have permissions correct in SF . I got that fixed by adding…

  • Posted a reply to What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    ngrok ( the tool that Valet uses ) returns a link like this: https://123e4567.ngrok.io ->…

  • Posted a reply to How to make the quantity_input_args hidden, on the site WordPress.org Forums:
    That worked, of course to use the object reference and filter it at the same…

  • Created a topic, How to make the quantity_input_args hidden, on the site WordPress.org Forums:
    I need to remove the qty field added by filter used to…

  • Posted a reply to Check if Plugin is active, on the site WordPress.org Forums:
    I also wanted "Enabled" or not so I used add_action( 'init', function () { foreach…

  • Posted a reply to Check if Plugin is active, on the site WordPress.org Forums:
    I do want to test if it is enabled. WooCommerce integrations is new to me…

  • Created a topic, Check if Plugin is active, on the site WordPress.org Forums:
    I need to check if your plugin is active and enabled? …

  • Posted a reply to Add a field for the Account ID to map to set the account for all contact., on the site WordPress.org Forums:
    Kick off a sync

  • Posted a reply to Add a field for the Account ID to map to set the account for all contact., on the site WordPress.org Forums:
    No did not add a meta field, I read the hook documentation as being able…

  • Posted a reply to Pushing all Users to Contacts, on the site WordPress.org Forums:
    I can do it as a bulk action and update a field for each user…

  • Posted a reply to Add a field for the Account ID to map to set the account for all contact., on the site WordPress.org Forums:
    I don’t see the Account ID field as an option that you can map. I…

  • Posted a reply to Adding Tab and Markup to Tab with developer hook, on the site WordPress.org Forums:
    OK thanks, i can do that

  • Created a topic, Add a field for the Account ID to map to set the account for all contact., on the site WordPress.org Forums:
    I want to add a field for the Account ID to map to the…

  • Posted a reply to Pushing all Users to Contacts, on the site WordPress.org Forums:
    I added the 2nd question about using the developer hook for adding a field in…

  • Created a topic, Adding Tab and Markup to Tab with developer hook, on the site WordPress.org Forums:
    Hi, following the example developer hook object_sync…

  • Created a topic, Pushing all Users to Contacts, on the site WordPress.org Forums:
    Hi, What a great tool, I've played with the developer…

  • Posted a reply to What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    With the constraints we have at the moment I just put the WP site on…

  • Created a topic, What tools are used to allow the callback URL to work in a develop setup., on the site WordPress.org Forums:
    What tools are used to allow the callback URL to work …