Test1
|
|
Título del Test:
![]() Test1 Descripción: test1 30 preguntas |



| Comentarios |
|---|
NO HAY REGISTROS |
|
1. A company is deploying Business Central on-premises. The company plans to use a single-tenant deployment architecture. You need to describe how the data is stored and how the Business Central Server is configured. In which two ways should you describe the single-tenant architecture? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Each customer has their own Business Central Server. The application and the business data are stored in the same database. Multiple customers share a single Business Central Server. The application and business data are stored in separate databases. Multiple customers share multiple Business Central Server instances. 2. A company plans to deploy Business Central. The company has the following deployment requirements: Use the company hardware architecture to run the deployment. Use sandbox environments to develop extensions. Allow tenants to connect to Shopify with the standard connector. Use Microsoft Power Automate to create a workflow that calls a business event. On-premises. Online. 3. You need to handle the removal of the Description field and the Clone procedure without breaking other extensions. Which three actions should you perform in sequence? NOTE: More than one order of answer choices is correct. Set the Clone procedure as ObsoleteState = Pending and ObsoleteReason = 'Not in use' in version 2.0.0.0. Set the Description field as ObsoleteState = Pending and ObsoleteReason = 'Not in use' in version 2.0.0.0. Set the Description field as ObsoleteState = Removed; in version 2.0.0.1. Remove the Description field in version 2.0.0.0. Set the Clone procedure as ObsoleteState = Removed; in version 2.0.0.1. Remove the Clone procedure in version 2.0.0.0. Remove the Description field from the Issue table in version 2.0.0.1. Add the [Obsolete('xxx')] attribute to the Clone procedure in version 2.0.0.0. 4. You need to determine why the extension does not appear in the tenant. What are two possible reasons for the disappearance? Each correct answer presents a complete solution. The extension was published as a DEV extension. The extension was not compatible with the new version within 60 days of the first notification. The extension was published as PTE, and the Platform parameter was not updated in the app.json file. The extension was published as PTE, and the Platform and Runtime parameters were not updated in the app.json file. The extension was not compatible with the new version within 90 days of the first notification. 5.A company is examining Connect apps and Add-on apps for use with Business Central. You need to describe the development language requirements for Connect apps and Add-on apps. How should you describe the app language requirements? To answer, move the appropriate app types to the correct descriptions. You may use each app type once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Add-on app. Connect app. 6. You develop a test application. You must meet the following requirements: Roll back changes to a test method after run time. Run an approve action on a test page named TestPageA. You need to implement the given requirements on the test codeunit. Which actions should you perform?. 1.Roll back changes to a test method after run time. 2.Run an approve action on TestPageA. 7. You are cleaning up sandbox environments for a company. The company requires data to be cleared from the environments each time an extension is published. You need to configure the launch.json file. Which schemaUpdateMode property should you set?. ForceUpgrade. ForceSync. Synchronize. Recreate. 8. You need to allow debugging in an extension to view the source code. In which file should you specify the value of the allowDebugging property?. settings.json. rad.json. app.json. launch.json. 9. A company uses Business Central. The company plans to use a translation file in an extension. The extension has a caption that should not be translated. You need to prevent the caption from being translated. What should you do?. Use the CaptionML property and copy the same caption for each language used. Set the GenerateLockedTranslations feature in the app.json file. Add the Locked = true parameter to the Caption. Delete the Caption property. Copy the same caption for each language in the translation file. 10. A company plans to set up a local Business Central Development Docker container. The environment will be used for testing new project ideas. You need to ensure that the most recent Business Central artifact URL has been selected. Which command should you use?. Get-BcArtifactUrl -type sandbox -select Current. Get-BcArtifactUrl -type sandbox -select Closest. Get-BcArtifactUrl -type sandbox -select NextMinor. Get-BcArtifactUrl -type sandbox -select NextMajor. 11. The serial numbers of the non-conformities and the period in which they can be created must be in a configuration table and its corresponding page to allow them to be modified for the users. You need to define the properties of the comments field of the Non-conformity page. How should you complete the code segment? To answer, select the appropriate options in the answer area. Solo dos propiedades, de las mostradas, son necesarias para el caso. MultiLine. NotBlank. DataType. ExtendDataType. ExtendedDataType. RichDataType. 12. The serial numbers of the non-conformities and the period in which they can be created must be in a configuration table and its corresponding page to allow them to be modified for the users. You need to define the data types for the fields of the Non-conformity table. Which two data types should you use?. Integer for the Non-conformity Number field. DateTime for the Non-conformity Date field. Char for the Non-conformity Number field. Date for the Non-conformity Date field. Code for the Non-conformity Number field. 13. The serial numbers of the non-conformities and the period in which they can be created must be in a configuration table and its corresponding page to allow them to be modified for the users. You need to select the appropriate page types to solve the reporting requirements. Which page types should you use? To answer, select the appropriate option. 1. Display relevant insights in the Housekeeping Role Center. 2. Display the additional information for the Room table. 3. Configure the first installation. 14. You are developing an app. You plan to publish the app to Microsoft AppSource. You need to assign an object range for the app. Which object range should you use?. custom object within the range 50000 to 59999. custom object within the range 50000 to 99999. divided by countries and use specific a country within the range 100000 to 999999. an object range within the range of 7000000 to 74999999 that is requested from Microsoft. free object within the standard range 1 to 49999. 15. A company has a page named New Job Status connected to a source table named Job. The page has an action named Item Ledger Entries. The company requires the following changes to the page: Filter the page to display only jobs with open or quote status. Add the following comment for internal use: This page does not include completed jobs. Item Ledger Entries action must open the selected job on the page and display it in the UI for users to modify. You need to select the property selections to use for each requirement. Which property selections should you use?. 1. Display status of open or quote. 2. Add a comment for internal use. 3. Action must open selected job on the page. 16. A company plans to meet new regulatory requirements. The regulator has issued new tax tiers. You need to update the base application table by using a table extension. Which table field property can you change?. CalcFormula. DecimalPlaces. BlankZero. AutoFormatType. 17. You plan to create the next XML file by using an XMLport object. You need to complete the code segment to export the file in the required format. How should you complete the code segment? <Items> <Item No="1000"> <Description>Table</Description> </Item> <Item No="1001"> <Description>Chair</Description> </Item> <Item No="1002"> <Description>Sofa</Description> </Item> </Items>. Fieldattribute. Fieldelement. Tableelement. Textelement. 18. permissionset 50000 "Sales Person Permission Set" { Assignable = false; Caption = 'Sales Person Permission Set'; Permissions = tabledata Customer = RIMD, tabledata "Payment Terms" = RMD, tabledata Currency = RM, tabledata "Sales Header" = RIM, tabledata "Sales Line" = RIMD; } You need to make the permission set visible on the Permission Sets page. Which three actions should you perform in sequence?. Publish the app with permission set to an environment. Add the page "Permission Sets" = X value to the Permissions property. Add the ObsoleteState = No property. Add the IncludedPermissionSets = SUPER property. Rename the permission set object to "Sales Person". Remove the Assignable = false property. Add the tabledata "Expanded Permission" = RIMD value to the Permissions property. Change the Assignable property value to true. 19. You create a codeunit that works with a table named Boxes. You plan to filter the records and then modify them. You get an error that you do not have permission to work with the Boxes table. You need to assign the Indirect permissions for the Boxes table to the codeunit. Which four code blocks should you use in sequence to assign the correct permission?. RMX. "Boxes" =. Table. Permissions =. "Boxes". RM. rm. TableData. |




