Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Functionality #255

Open
UHNMChrisMaddock opened this issue Aug 5, 2024 · 1 comment
Open

Additional Functionality #255

UHNMChrisMaddock opened this issue Aug 5, 2024 · 1 comment

Comments

@UHNMChrisMaddock
Copy link

good morning, a few more questions about functionality please:

  1. Is there an option to create a new row when editing form details rather than an update? we may need to see the old stored values for audit purposes.
  2. Can we get the column definitions from the system inn a separate table or would we have to interpret the JSON output
  3. If I set an item as the ID, with an identity and primary key, how do i hide the item on the form
  4. Is there an option to set a default value
  5. Is there an option to get version changes of a form, looks like it does an Alter Table at the moment
@LucioPelinson
Copy link
Member

LucioPelinson commented Aug 9, 2024

Hello @UHNMChrisMaddock

1) Is there an option to create a new row when editing form details rather than an update? we may need to see the old stored values for audit purposes.
For audit log enable:

  • Audit log in Options
  • Audit log in Grid Actions

2) Can we get the column definitions from the system inn a separate table or would we have to interpret the JSON output
I don't get it, would you have a example?

3) If I set an item as the ID, with an identity and primary key, how do i hide the item on the form
You can set VisibleExpression to do this "val:0"
https://md.jjconsulting.tech/articles/expressions.html

4) Is there an option to set a default value
Yes, set a ExpressionValue see too TriggerExpression

5) Is there an option to get version changes of a form, looks like it does an Alter Table at the moment
Not at the moment, but it is on the radar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants