SFDC does not seem to like floats. Even though the module is setting the type in _salesforce_sync_put_object_data(), SFDC still throws an error regarding the variable type. Anyone else run in to this?

Comments

victorkane’s picture

Hi Tom,

Pursuant to our discussion off-site, I was waiting for possible updates... if this has not been solved, could you please provide more info here, so that I can reproduce the error?

Thanks.

tom friedhof’s picture

Hey Victor,

Floats actually need to be sent to SFDC as strings rather than type int or type float. I thought I updated this issue, but I guess I didn't. It was something real simple that I must have over looked when I initially was trying to sync the float fields. Thanks for the followup.

victorkane’s picture

Status: Active » Fixed

Passing to "fixed" then.

Victor

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.