This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You're adding a command to the Product table main form. In your logic, you want to use the Reservations table also. Which of the following steps is required before you can use the Reservations table in your logic?
Nothing extra is required to use the Reservations table in your logic.
You must open the component library and manually associate the Reservations table as a data source.
You can only use Products in your logic because that is the table you added the command for.
If you only wanted to show the command if the user had permissions to create a row, which of the following functions would you use in your Visibility function?
DataSourceInfo function
RecordInfo function
The command won't show automatically if the user doesn't have permission
If you wanted to copy the current Products table data row shown on the main form, and include only the name column, which of the following expressions would you use?
Patch(Products,Defaults(Products),{Name:Self.Selected.Item.Name})
Patch(Products,Defaults(Products),Self.Selected.Item)
Patch(Products,Self.Selected.Item,{Name:Self.Selected.Item.Name})
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?