WD_Extend_Recertification

 0    73 fiche    radoslawgadowski
baixar mp3 Imprimir jogar verifique-se
 
questão English resposta English
number of business object
começar a aprender
20 per app
# of security domains
começar a aprender
10 per app
# of business processes
começar a aprender
5 per app
# of attachments
começar a aprender
5
# of tasks
começar a aprender
20
# of reports
começar a aprender
10
# of TEXT fields that are enabled for search in prompts
começar a aprender
3
# of Single Instance and Multi Instance fields where the target is a Workday delivered business object
começar a aprender
25 per app
# of Single Instance fields where enableReportingFromTarget is set to True
começar a aprender
5
Business Object - # of fields
começar a aprender
50 per BO
# of derived fields
começar a aprender
40 per BO
# of fields you can index
começar a aprender
5 per BO, in addition to Single Inst fields that XTND indexes automatically. you CAN'T index derived fields or Multi Inst fields
# of Single Inst AND multi inst fields
começar a aprender
10 per BO
Model Component Attributes: name - formattjng
começar a aprender
alphanumeric with upper camelCase, must start with small letter e. g feedbackTest1, but NOT 1feedback
Business Object: defaultSecurityDomains - are they required?
começar a aprender
yes - at least 1 default security group is required.
Business Object: defaultSecurityDomains - what domains you can use?
começar a aprender
only domains defined in the SAME app!
Business Objects: enable index - how many fields and what type of fields you can index?
começar a aprender
5 regular fields for each XTND BO and Attachment. you can index fields that are secured by the default security domans. you dont need to apply it to Single Instances fields of BO- it is done automatically
business process: targetBusinessObject - what you can't target?
começar a aprender
can't be a WD delivered Business Object
Business Process: details - how it works? is it required?
começar a aprender
it is required. it has a ref to a specific PMD pageRoute. can insert id of the event record into the path of the {eventId}, pmd calls relevent BP Rest Api and retreives data from the target BO. WD display thisbpage whenever event details display in tenant
All model components - name limitation characters
começar a aprender
100
all model components - label limitations
começar a aprender
150 characters
buisness object - # of fields limitation
começar a aprender
50 per BO
busienss object: # of delivered fields
começar a aprender
40
business process - # of decription
começar a aprender
500 characters
attachment MO - size of attachment limitation
começar a aprender
30 MB
buisness object name - pattern?
começar a aprender
PascalCase - e. g TestOne, TestTwo2
what would be a defaul collection name for BO: TestOne2?
começar a aprender
"defaultCollection": {"name":"testOne2s", "label": "Test One2s"}
business object API Http methods
começar a aprender
GET, POST, PUT, PATCH, DELETE
International All data centers - Promotion Deadline
começar a aprender
Thursday at 11:59:59 PM in the local time zone of your Extend region.
Promotion Deadlines - United States - All other public cloud data centers (WDxx or WDxxx).
começar a aprender
Thursday at 08:59:59 AM Pacific time.
Promotion Deadlines - USA - Workday data center WDx, WD10, WD12, WD104
começar a aprender
Thursday at 11:59:59 PM Pacific time.
URL For the BO - app id: abcdef, app name: charitableDonations, BO name: charitie
começar a aprender
https://api.workday.com/apps/charitableDonations_abcdef/v1/charities/
Query Parameters in Business Object API Requests - purpose?
começar a aprender
Use query parameters to filter the instances returned by a request to the REST API of a business object.
What fields does Workday Extend automatically index?
começar a aprender
Workday Extend automatically indexes all SINGLE_INSTANCE fields of Extend business objects and attachments.
How many regular fields can be indexed using enableIndex?
começar a aprender
Up to 5 regular fields in an Extend business object or attachment can have enableIndex: true.
Why should you use indexed fields in an Extend business object?
começar a aprender
Indexed fields improve the performance of custom report filters, REST API query parameters, and the WHERE clause in WQL queries.
Do you need to set enableIndex: true on a SINGLE_INSTANCE field?
começar a aprender
No. SINGLE_INSTANCE fields are indexed automatically.
What is required for a Business Object REST API request to return a valid response?
começar a aprender
The domain security policy on the business object must authorize the processing user.
What happens when a SINGLE_INSTANCE field has secureByTarget: true?
começar a aprender
The API returns only instances that the processing user is contextually secured to view through that field.
What does secureByTarget: true control?
começar a aprender
It applies contextual security based on the target instance referenced by the SINGLE_INSTANCE field.
What happens when a REST API request contains more than one query parameter?
começar a aprender
The processing user must have access to the instances returned by all query parameters in the request.
How are multiple query parameters evaluated in a REST API request?
começar a aprender
The user must have access to the data matching every filter included in the request.
What happens if a user has access to one query parameter but not another?
começar a aprender
The request can fail because the user must have access to the instances returned by all query parameters.
What can the initiator do when starting an Extend business process?
começar a aprender
The initiator can create or modify a record on the target business object.
What happens during an Approval Step?
começar a aprender
The business process routes the submission to a designated approver, who receives an inbox item.
What options does an approver have in an Extend business process?
começar a aprender
Approve, Deny, or Send Back.
What happens when an approver selects Approve?
começar a aprender
The business process moves forward to the next step.
What happens when an approver selects Deny?
começar a aprender
The business process terminates and its status changes to Denied.
Does denying an Extend business process modify the model business process itself?
começar a aprender
No. The model business process remains unaffected; only the business process instance status changes to Denied.
What does Send Back do?
começar a aprender
It rejects the submission but allows the initiator to revise and resubmit it.
What happens after an approver selects Send Back?
começar a aprender
The action is routed to a designated Revise page.
What must the Revise page do?
começar a aprender
It must update the model business object and then call the Business Process Event Steps API to return the action to the Approver.
What is the purpose of the Business Process Event Steps API in a Send Back scenario?
começar a aprender
It returns the revised action to the Approver after the model business object has been updated.
What is the purpose of an Action Step?
começar a aprender
It allows the assigned person to enrich the business process and business object data.
Does every Action Step have a corresponding page?
começar a aprender
Yes. Each Action Step has a corresponding page for displaying or entering data.
What is the difference between an Approval Step and an Action Step?
começar a aprender
An Approval Step is used to approve, deny, or send back a submission, while an Action Step allows an assigned person to perform an action or provide additional data.
What can be declared in Site Metadata?
começar a aprender
Declarations such as site authentication and custom error pages.
What does Site Metadata (SMD) represent?
começar a aprender
SMD represents a site, which is a logical collection of pages within an Extend app.
What does the siteAuth subschema define?
começar a aprender
It defines the authentication types used by the pages in the app.
Why can an app have multiple authentication type definitions in SMD?
começar a aprender
To allow the app to fetch data from different REST API endpoints that require different authentication types.
What can PMDs do after authentication types are defined in SMD?
começar a aprender
PMDs can reference the appropriate authentication type when invoking an endpoint request.
What authentication type is populated in the Site Metadata by default?
começar a aprender
Workday Single Sign-On (SSO).
Can you override the populated SSO authentication at the app level?
começar a aprender
No.
Can you specify the authentication type for an individual endpoint?
começar a aprender
Yes. You can specify authType for each endpoint in the PMD.
What is SMD?
começar a aprender
Site Metadata, representing a logical collection of pages within an app.
What are two key things defined in SMD?
começar a aprender
Site authentication and custom error pages.
What are the main declarations defined in AMD?
começar a aprender
Data providers, tasks, flow definitions, and custom app properties.
What are data providers in an Extend app?
começar a aprender
Data providers are REST web services that the app can invoke to retrieve or update data.
What does a data provider define?
começar a aprender
It defines the base URL path of a REST endpoint.
How do you reference a data provider from a PMD endpoint?
começar a aprender
Use its key as the baseUrlType.
SMD Site Purpose
começar a aprender
Site Metadata Definition: describes a site (collection of pages) within the app Holds the Site ID used when linking tasks to a specific site Declares site-level authentication types for endpoints
PMD — Page
começar a aprender
Presentation Model Definition: one per page Main subschemas: widgets/layout, inbound/outbound data, flow references, scripting Where PMD tags (grids, buttons, instance lists, etc.) are declared
AMD — Application
começar a aprender
Application Model Definition: one per app Defines the app's Application ID and app-level settings

Você deve entrar para postar um comentário.