PerBonomi
11 years agoBoss
Not writing to database
Hi there. I have some jquery in the community header that writes values to every user. But, for about half our users it's not writing anything and I can't figure out why.
This is the code that writes the value:
$.post('/restapi/vc/users/id/${user.id}/profiles/name/field1/set', {value: '' + arLastLoginDate});
Has anyone run into a similar issue?