Notifications
Clear all
Topic starter
How would I go about adding an obs term automatically when an update is started with a particular form without linking said obs term it to the value of a field within that form?
Posted : November 16, 2015 12:19 pm
in VFE, there is a white section for coding on the right side of the form (function window). Inside of this form, you can set an obs term at the beginning of your update. here is the code:
{!OBSNOW("OBSNAME","OBSVALUE")}
replace OBSNAME with an obsterm such as WEIGHT or BMI, and OBSVALUE with the data to save. this will set the obsterm in the note with the value you gave it.
This can be tweaked and built on with other logic, but that is the most basic way to set an obs term.
Posted : November 16, 2015 1:43 pm