Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'l try that. It's a shame a schema refresh doesn't fix it. But at worst I can add a new field, copy the values over, and drop the old field.Thanks.
That's a great way to look at the data.I tried it. Looks like the data is getting chopped off in the sync somehow which is something I suspected.I even tried making the salesforce field text (15) and then schema refresh, to see if that would do it.Not sure where to go from here though. How do I ge...
I have a token on an email that is showing as cut off.In salesforce, my custom object (I'll call it Sample) has a text field named MyField__c. I have a second custom object named Sample2 with a field called Name.In a token, I have the MyField being set like so:#set($myField = $Sample.MyField__c)\#s...
Thanks Gregoire.I am a little confused by your answer though.Just to verify, the custom object has been added to Marketo already.Both records in salesforce exist already in salesforce, and have been synced to Marketo months previously.I'm updating something on the custom object in Salesforce, and it...
In my Marketing database, I have my contacts which are synced from Salesforce. I also have a custom object linked to contacts which is synced as well.The custom object is getting synced regularly, but is it being synced because the contact linked to it is getting synced? Or is it getting synced be...
Thanks Shashank. I had neglected that. The hidden fields show on the landing page now. I'll see if they work now.
Strange. I added two hidden fields to the landing page but neither of them are showing up in the html. Not simply just empty, but not there at all.I added them as form fields and set them to be hidden.
Hi Shashank, thanks. I'll try adding that.
It's a boolean value in the database.>If you don't expect those fields to be posted with the form, then they're not "fields" per se.Ok. They are setting some NON-field Display-only TD cells, on the left, outside of the form, so don't get confused into thinking the query data is meant to update the ...
The query fields aren't setting the form values. They are setting some fields on the left, outside of the form. That actually works.It also isn't really relevant to the issue. I'm trying to fix the third field, which returns either a 1 or a blank instead of a yes or no, and to get the alert (whic...