Closed (duplicate)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
sf_node
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2011 at 12:18 UTC
Updated:
21 Feb 2011 at 12:12 UTC
Hello,
It would be useful to have the sfid available in the node_api callback. In my case I use this to load foreign information from other SF tables.
Attached is a patch that does this.
Thanks you for this great module.
| Comment | File | Size | Author |
|---|---|---|---|
| sf_node.patch | 591 bytes | Alice Heaton |
Comments
Comment #1
EvanDonovan commentedSeems like a good idea. Would this cause conflicts potentially with other parts of the code that might be checking for a $node->sfid?
Comment #2
aaronbaumanis your use case addressed by #1042272: Pre and post import hooks?
Comment #3
Alice Heaton commentedHi,
Yes - my use case is addresses by #1042272: Pre and post import hooks - and it is a cleaner way of doing it I guess.
As it seems #1042272: Pre and post import hooks will get added to the module, I'll mark this one as duplicate. Thank you for pointing it out !
Thanks,
Anselm