Hi, how can I show the golden very first publisher confirmed in a golden view ?
I don't think we have a ConfirmationDate property, so the SemQL that will work best is this:
lookup first PublisherID from IntegrationMasterRecords where ConfirmationStatus='CONFIRMED' order by CreationDate asc end
Using this approach translates to:
A) taking all confirmed masters from the golden then
B) take the publisher from the first created one
Stéphanie FOURRIER
Hi, how can I show the golden very first publisher confirmed in a golden view ?
I don't think we have a ConfirmationDate property, so the SemQL that will work best is this:
Using this approach translates to:
A) taking all confirmed masters from the golden then
B) take the publisher from the first created one
Stéphanie FOURRIER
I don't think we have a ConfirmationDate property, so the SemQL that will work best is this:
Using this approach translates to:
A) taking all confirmed masters from the golden then
B) take the publisher from the first created one
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics