Closed (fixed)
Project:
Salesforce Suite
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Apr 2013 at 21:25 UTC
Updated:
9 Sep 2016 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kostajh commented@levelos I couldn't find a reference in the Salesforce REST API docs for this, do you know more about this issue?
Comment #2
cellar door commentedWhat I'm describing is in salesforce_mapping.admin.inc at line 100
By commenting out triggerable I was able to get access to much more data within the system.
Comment #3
kostajh commentedIt would seem ok to allow this. I'm not sure if we want to filter out 'updateable' items either, since someone might be implementing one-way sync from Salesforce to Drupal and would have no need for updating the Salesforce object.
Comment #4
cellar door commentedI can roll into a patch but for one liners I normally don't as it's just as easy to do yourself.
I haven't run into updatable but the only thing I would comment on there is it should have some indication that it's only a one way connection available (or remove the radios for the other two options.
Comment #5
manasiv commentedI am building a module to fetch knowledge articles from salesforce and they are not listed on the mapping page with updateable => true, triggerable => true conditions.
The following function does not return Salesforce KB objects
_salesforce_mapping_get_salesforce_object_type_options().
Hence I am planning to add a function to write a hook_form_salesforce_mapping_form_alter() and return a list of options with knowledge articles.
Should the conditions passed to $conditions array be made configurable instead?
Comment #6
tauno commentedComment #7
yogaf commentedOK? and... can we get rid from the triggerable condition?
Comment #8
mariacha1 commentedLet's make this a setting that can be configured:
We can clue users into this setting on the form page:
patch attached to do this.
Comment #9
aaronbaumanlooks good to me
Comment #11
mariacha1 commentedSweet. Thanks!