Microsoft Dynamics 365 Business Central Developer — Question 92
A company has extended Business Central.
You plan to submit the extension to AppSource.
You need to ensure that an application meets the technical requirements before submitting it for validation.
Which three actions should you perform? Each correct answer presents a complete solution. (Choose three.)
NOTE: Each correct selection is worth one point.
Answer options
- A. Ensure the .app file is digitally signed.
- B. Use the OnBeforeCompanyOpen event for improved sign in time.
- C. Use data classification on all tables and extension fields.
- D. Include extension translation files with the submission.
- E. Code all date fields in the mm-dd-yyyy format.
Correct answer: A, C, D
Explanation
The correct actions include ensuring the .app file is digitally signed (A), applying data classification on all tables and fields (C), and including translation files (D), as these are all mandatory requirements for submission. Options B and E, while potentially beneficial for performance and usability, do not meet the specific technical requirements for AppSource validation.