Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESE10042021

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
10042021

Descripción:
10042021

Autor:
AVATAR

Fecha de Creación:
10/04/2021

Categoría:
Informática

Número preguntas: 65
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
You need to modify the environment to meet User1's requirements. What should you do? Create an extension of CashDisc in a new project and add the field to the extended table Create a new table named CashDiscExtension in the project. Use Open Designer to add the field to the table Create an overlayer of CashDisc in a new project and add the field.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing a form for Dynamics 365 Finance. You need to add a button that allows users to run a report. Solution: Create a command button and link the button to the report by using the button's object property. Does the solution meet the goal? yes no.
You have an enumeration named truckStatus that has the following statuses: * Empty * Loaded * Completed You have the following code:You need to add the following statuses to the enumeration: Quarantine, InTransit What should you do? Add a new case statement in the model of the existing code Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.
You need to configure filtering for the Vendor Past Due Invoices form. Which two filtering types can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point QuickFilter Advanced Filter Grid Column Filtering Filter pane.
You need to configure models for the project. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Overlay the existing FinanceExt model and populate the solution definition. Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt Create a new model that extends the existing FinanceExt model. Extend the existing FinanceExt model and populate the project model definition.
You are a Dynamics 365 Finance developer. You create a key performance indicator (KPI) in a development environment. You need to display the KPI. What should you do? Add the KPI to an existing form Create a tile and add the KPI to the tile Create a new workspace and add the KPI to the workspace.
You need to update the CashDisc report to meet the requirements. What should you do? Customize the existing CashDisc report in the overlayering model and add the new field to the design Extend the existing CashDisc report in the extension model and add the new field to the design Duplicate the existing CashDisc report in the extension model and add the new field to the design. Delete the existing CashDisc report in the extension model and create a new report.
You are a Dynamics 365 Finance developer. You create a key performance indicator (KPI) in a development environment. You need to display the KPI. What should you do? Add the KPI to an existing form. Create a tile and add the KPI to the tile Create a new workspace and add the KPI to the workspace.
You are a Dynamics 365 Finance developer. You need to deploy a new report in a developer environment. From which two locations can you deploy the report? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point Application Explorer Package deployment Solution Explorer Build Model option Build project.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are adding a new field to the SalesTable form. You must use an extension to add a status field onto the form. You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model. Solution: Navigate to the user interface forms section for the SalesTable form and create an extension. Does the solution meet the goal? yes no.
You are a Dynamics 365 Finance developer. You create a key performance indicator (KPI) that will enable users to be able to see the total sales per region. You create a tile named SalesRegion and link the KPI to the tile You need to ensure that users can view this tile on a form in the user interface. What should you do? Create an extension of the form that will contain the new tile and KPI. Add the tile to the extended form Open the form that will contain the new tile. Add the tile to the form. Create a new workspace. Add the KPI to the workspace from the user interface.
You are a Dynamics 365 Finance developer. You have a table named FMVehicle that contains a field named Vehicleld. The table has a clustered index named Vehicleldldx on the Vehicleld field. You declare a table buffer named vehicle to refer to the table. You need to select all records from the FMVehicle table in ascending order based on Vehicleld field in the vehicle variable. Which embedded-SQL statement should you use? A.- select vehicle index Vehicleldldx ; B.- select vehicle order by VehicleId desc; C.- select VehicleId from vehicle order bye VehicleId asc; D.- select vehicle order by VehicleIdIds desc; Option A Option B Option C Option D.
You have an enumeration named truckStatus that has the following statuses: * Empty * Loaded * Completed You have the following code: You need to extend this (enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement. Solution: Add a new case statement in the model of the existing code. yes no.
You are training a new Dynamics 365 Finance and Operations developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you recommend asynchronous integration? A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system A service company needs workers to be able to access just-in-time inventory data from the field by using a third-party Software as a Service (SaaS) application to ensure they have parts to complete a service A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time A company uses workflow for purchasing approvals, which then sends just-in-time approval information to a third-party application for approvers to review.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are adding a new field to the SalesTable form. You must use an extension to add a status field onto the form. You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model. Solution: Navigate to the user interface forms section for the SalesTable form and create a customization. Does the solution meet the goal? yes no.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an enumeration named truckStatus that has the following statuses: * Empty * Loaded * Completed You have the following code: [codigo] You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement. Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration. yes no.
You are a Dynamics 365 Finance developer. You have a solution that records product weights. You must store up to four decimals of precision by using a standard Extended Data Type (EDT). You need to add the field in a new table. Which EDT should you extend? Weight MarkupValue WeightBase AmountMST.
You are a Dynamics 365 Finance developer. You need to ensure that an integration is triggered when a specific process starts. Which tool should you use to retrieve the status from the Production order? Batch job Periodic flow Business event Recurring Data Entity export.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value. You need to create a class that extends SalesLineType and adds the new method. Solution: You create the following code: [ExtensionOf(classStr(SalesLineType))] final class mysaleslinetype_Extension { public int extensionMethodayofweek(){ return dayodwk(systemdateget()); } } yes no.
You add a field to the SalesTable entity by using an extension. You need to ensure that the new field is available for use in forms, reports, and code. What are three possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Right-click the table and select Synchronize. Navigate to the Dynamics 365 menu and select Synchronize database. Right-click the solution and select Synchronize with database Set the project property for Synchronize database on build to true and build the solution Right-click the project and select Synchronize with database.
You are Dynamics 365 Finance developer. You need to initialize an embedded Microsoft Power Bl report. Which code segment should you add to the form initialization method? addReportControl(formGroupControl) initializeReportControlInternal(powerBIConfiguration, reportparameters, reportControl, showError) InitializeReportControl(workspaceName, Formgroup) deployorUpdateReport(powerBIConfiguration, reportName, resourceName).
You have a cloud-based Dynamics 365 Finance production environment. You need to access the data to create Microsoft Power BI reports for the business. What should you use? aggregate measurements DirectQuery Analysis Cubes Entity store.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing a form for Dynamics 365 Finance. You need to add a button that allows users to run a report. Solution: Create a display menu item. Add the menu display item to the form button and then link the report to the display menu item. Does the solution meet the goal? yes no.
You need to prepare to deploy a software deployable package to a test environment. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the as In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library In Visual Studio, export the project and upload the project to the asset library.
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform? Add the class buffer as the first parameter. Mark the class as final Mark the class as public. Mark the class as protected.
You are a Dynamics 365 Finance and Operations developer. You need to create an extension class. Which action should you perform? Mark the class as final. Add the suffix .extension to the file name. Mark the class as protected. Mark the class as private.
You create a bring your own database (BYOD) entity that includes four tables. You need to configure change tracking for specific fields in the entity. Which option should you enable? custom query entire entity entity export primary table.
You are a Dynamics 365 Finance developer. You are testing a workflow in a user acceptance testing environment. You need to ensure that a specific user can accept purchase requisitions only if the requisition is in a specific status. Which two options can you configure to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. conditional decision approval process manual task manual decision automated task.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value. You need to create a class that extends SalesLineType and adds the new method. Solution: You create the following code: yes no.
D18912E1457D5D1DDCBD40AB3BF70D5D You are a Dynamics 365 Finance and Operations developer. You need to deploy a new report in a development environment. From which two locations can you deploy the report? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point Package deployment Build project Application Explorer Solution Explorer Build Models options.
You are working with extended data types in Visual Studio. You need to create an extension of an Extended Data Types (EDT) that is derived from base data types. Which three properties can be modified? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Label String size Alignment IsExtensible Form help.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an enumeration named truckStatus that has the following statuses: * Empty * Loaded * Completed You have the following code: You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement. Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value. (revisar p60) yes no.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questionsets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value. You need to create a class that extends SalesLineType and adds the new method. Solution: You create the following code: yes no.
You are a Dynamics 365 Supply chain Management developer. Several users check out a custom form version control and modify the form. You need to find the user that has added a specific line of code to the form. What should you do? In Solution Explorer, navigate to the object and right-click View History. Using Visual Studio, navigate to the object. Add the object to a new solution, and then right-click View History Open the object in Object Designer, select the title of the object, and then right-click View History Using Visual Studio, navigate Application Explorer and right-click View History.
Contoso. Ltd. uses Dynamics 365 Finance. You receive reports of performance issues with the app. You need to use Performance Timer to investigate the issues. Which URL should you use? https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop&mi=VendTableListPage https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developer.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are adding a new field to the SalesTable form. You must use an extension to add a status field onto the form. You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model. Solution: Navigate to the Visual Studio user interface forms extensions section for the SalesTable form and create an extension. Does the solution meet the goal? yes no.
You are creating a new form in Visual Studio. You need to apply the Simple List pattern and apply the pattern to a form. What are the two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point Use the Application Object Tree (AOT) Use the designer. Use form statistics. Use metadata properties.
You are a Dynamics 365 Finance developer. You need to create a key performance indicator (KPI) that shows total sales by region.Which two objects should you create? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. dimension for region dimension for total sales aggregated view for total sales measure for region measure for total sales.
You are Dynamics 36S Finance developer. You need to explain the performance advantages of the different concurrency models.What are three performance advantages of optimistic concurrency control over pessimistic concurrency control? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point One record cannot be selected for update by two different processes at the same time. Records are locked as soon as they are retrieved from the database. Records are locked for a shorter length of time. Fewer resources are used to lock records during updates. Records remain available for other processes while they are selected from the database.
You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use? List Page Simple List List View Workspace.
A company has an extension that makes changes to a base form. You need to identify all extension changes made to the base form. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Right-click the base form and select view references In search bar on the form extension element, enter the text e: In the search bar on the base form, enter the text e:. In the search bar on the form extension element, enter the text c: In the search bar on the base form, enter the text c:.
You need to investigate the Vendor exclusion list issue. What should you do? Navigate to the General tab, select Record Info, and then select Show all fields. Navigate to the Options tab, select Record Info, and then select Show all fields. Navigate to the Options tab and select Navigate to the Page options tab, select Show all fields.
You are a Dynamics 365 Finance developer. You make changes to an existing class. You need to compare the code that is in source control with the updated class. In Visual Studio, you display Team Explorer. What are three possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point . In Team Explorer, select Compare with Latest Version In Team Explorer, select Compare with Workspace Version In Team Explorer, select Compare Files Run the tf diff command. Run the vsdiffmerge command.
You are training a new Dynamics 365 Finance developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you recommend asynchronous integration? When products are updated in Finance and Operations, a third-party application that contains the same product information needs to also be updated in near real-time. A company uses an on-premises inventory management system that needs to receive sales order data every hour throughout the day. A company uses workflow for purchasing approvals, which then sends just-in-time approval information to a third-party application for approvers to review. A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.
You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten. You need to modify the table properties by extending the table. Which table property can you populate in a table extension by using the property sheet? Created by Table group Configuration key Clustered index.
You are a Dynamics 365 Finance developer. You create a class. You need to mark the class to ensure that when code is compiled, the process fails if a specific method is called in the source code. Which attribute should you use? SysObsoleteAttribute getAttributes SysEntryPointAttribute SysAttribute.
You are using the SysTest framework to test code in Visual Studio. You need to create a unit test class. Which three attributes can you use to create the class? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Test Property EntryPoint Owner Priority TestFilter.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review/ screen. You create a new form in a project. You need to display tabs in a vertical alignment. Solution: Apply the Operational Workspaces pattern. Does the solution meet the goal? yes no.
You are a Dynamics 365 Finance developer. You have two tables as shown in the following table1 -> 1:n ->table2 You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records. Which value should you use for the OnDelete property? None Cascade Cascade + Restricted Restricted.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing a form for Dynamics 365 Finance. You need to add a button that allows users to run a report. Solution: Create an action menu item. Add the action menu item to the form button and then link the report to the action menu item. Does the solution meet the goal? yes no.
You are training a new Dynamics 365 Finance developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you recommend asynchronous integration? A warehouse wants to track movement of all inventory from scanners to the system. A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time. A company uses an on-premises inventory management system that needs to receive sales order data every hour throughout the day. A service company needs workers to be able to access just-in-time inventory data from the field by using a third-party Software as a Service (SaaS) application to ensure they have parts to complete a service.
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform? Decorate the class with the ExtensionOf attribute. Add the class buffer as the first parameter. Mark the class as public. Mark the class as private.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing a form for Dynamics 365 Finance. You need to add a button that allows users to run a report. Solution: Create an output menu item. Add the output menu item to the form button and then link the report to the output menu item. Does the solution meet the goal? yes no.
You need to configure security for the Vendor Exclusion List report. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role. Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension. Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extension. Create a new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are adding a new field to the SalesTable form. You must use an extension to add a status field onto the form. You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model. yes no.
You need to implement the migration requirements. Which two options can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. a data entity and a Data management import job a data entity and Entity store a data entity and bring your own database (BYOD) a public data entity and the Excel add-in.
You are a Dynamics 365 Finance developer. You have a virtual machine that includes Visual Studio. You need to display the elements by model. What should you do? Select Metadata Search from the Dynamics 365 menu. Select Model Management from the menu and then select View all package dependencies Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View. Select Model Management from the menu and then select Refresh Models.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an enumeration named truckStatus that has the following statuses: * Empty * Loaded * Completed You have the following code: [codigo] You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement. Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values yes no.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing a form for Dynamics 365 Finance. You need to add a button that allows users to run a report. Solution: Create a command button and link the button to the report by using the button's object property. Does the solution meet the goal? yes no.
You need to implement the payroll application data process. Which two objects should you create? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. a data contract class that uses the DataContractAttribute attribute a service class that has a public method which accepts a single parameter for a contract a class that extends SysOperationServiceBase an UIBuilder class that extends SysOperationAutomaticUIBuilder.
You are a Dynamics 365 Finance developer. You must extend the validate method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines. You need to create an extension class. Which two code segments can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. [codigo 106] Option A Option B Option C Option D.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You create a new form in a project. You need to display tabs in a vertical alignment. Solution: Apply the Simple List pattern. Does the solution meet the goal? yes no.
You are a Dynamics 365 Finance developer. You have a form that displays customer records by using a listpage control. You must add related sales total information for the selected customer to the form. You need to display the required related sales total information. What should you add to the form? a quick filter a factbox an external feed a tile a custom lookup.
You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten. You need to modify the table properties by extending the table. Which table property can you populate in a table extension by using the property sheet? Primary index Configuration key Save data per company Modified date time.
You are a Dynamics 365 Finance developer. You create an integer variable named totalSales. You need to display the value from totalSales in an info statement. Which three code segments can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. a.-info(int2str(totalsales)); b.-info( totalsales); c.-info(any2str(totalsales)); d.-info(strfmt("%1",totalsales)); e.-info(strline(totalsales,1)); Option A Option b Option c Option d Option e.
Denunciar test Consentimiento Condiciones de uso