Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
Murali,
If all data entry is done on a form, you can have a text field with logging enables and have a form rule
When he record is saved
and
[My field] has changed
Change [My logging] field
to the value in the field [field to be logged]
You may need to have a new field called [My field to be logged in text format]
with a formula of ToText([My field to be logged]])
and use that to be written to the logged field.
If all data entry is done on a form, you can have a text field with logging enables and have a form rule
When he record is saved
and
[My field] has changed
Change [My logging] field
to the value in the field [field to be logged]
You may need to have a new field called [My field to be logged in text format]
with a formula of ToText([My field to be logged]])
and use that to be written to the logged field.
MuraliGangineni
6 years agoQrew Cadet
It Worked by using Dynamic Form Rule.
Thank You...
Thank You...