I am facing a strange issue,
I have created a custom record field, which i'm able to fetch the value in the interface, but while checking the Site the value is not getting populated.
I am using a one to one relationship to fetch the value from the record. I have tried fetching other fields from the same record, even those are getting populated in the interface but not on the site.
Thanks in Advance!
Discussion posts and replies are publicly visible
Hey, by any chance, are you trying to get the value of the custom field before that record has been created? Custom fields only return the value when the records are created in the DB and the primary key is generated.
No, Harshit Bumb (Appyzie) i have fetched the field post creation on the record.
Strange. Could you add some screenshots or code blocks to see what could possibly be the reason?
I have posted some screenshots in Stefan's reply, would you mind checking that in his comment?