Question No 14:
You made modifications to the Account~./custom/modules/Accounts/clients/base/views/record.php~. In the viewscontroller, you need to further filter the definitions and manipulate them.
Which Sidecar function call would return the metadata for this view?
A. ~app.metadata.get('View','Accounts', 'record');~
B. ~app.metadata.getView('Accounts', 'record');~
C. ~app.metadata.data.view.accounts.record;~
D. ~app.view.getMetadata('view', 'Accounts', "record');~
Answer: B
No comments:
Post a Comment
Note: only a member of this blog may post a comment.