List of questions
Related questions
Question 35 - MB-500 discussion
You need to add new fields to the table for the Inventory Status form to represent the product name and batch ID.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE Each correct selection is worth one point.
Drag the EcoResProductName and inventBatchiD extended data types (EDTs) from the Application Object Tree (AOT) to the table. Rename the fields appropriately,
Right-click the newly created table and add two new base enumerations to the table. Rename the new enumerations Product Name and Batch ID respectively.
Right-click the newly created table. Add two new string fields to the table. Rename one string field to Product Name and rename the other to Batch ID. Change the property of the fields to the appropriate EDTs.
Right-click the newly created table in the designer Add a string field named Product Name to the table. Add an enumeration named Batch ID to the table.
0 comments
Leave a comment first