HOTSPOT - A company has a model-driven app that captures applications from prospective students. You are asked to create a new re-usable custom component using the Power Apps component framework (PCF). The custom component must allow entry of a date of birth and validate that the applicant is not a minor. You create the class AdultDatePicker in the TypeScript file Index.ts and the style sheet DatePicker.css. You need to define the component to be available only for relevant fields and its properties when used in a form. How should you complete the manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:Â Suggested Answer:
Box 1: AdultDatePicker - Constructor: Constructor of the code component. Box 2: DateandTime.DateOnly - Date Only - No Time zone conversion. The time portion of the value is always 12:00AM. The date portion of the value is stored and retrieved as specified in the UI and Web services. Box 3: bound - usage: Has two properties, bound and input. Bound properties are bound only to the value of the field. Input properties are either bound to a field or allow a static value. Reference: https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/manifest https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-typescript https://docs.microsoft.com/en-us/power-apps/maker/data-platform/behavior-format-date-time-field This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer