Start a new topic

Conditional Authoring Mode SemQL for publisher ID based editing

Hi,

 I have a requirement as below:

(Data Model : Customer : Fuzzy Entity- connected to Contact Entity( Basic Entity- used as reference data for Customer)

 If ContactName field is populated from backend through PublisherID = 'RAS' then no should be able to author that in MDM UI ( No Direct authoring).

 But if that is not the case Data Steward should be able to author that from MDM.

 Proposed Solution:

 In Editing Form, for the FDN_Contact field > General Section> Authoring Mode properties, I have created below SEMQL which is syntactically correct.

--------------------------

Case when MasterRecord.FDN_ContactName  is NOT NULL and MasterRecord.PublisherID ='RAS'

 THEN 'force-read-only'

  else 'auto'

end

--------------------------------------------

Can anyone confirm if this approach will fulfill my requirement or I need to take different approach.

Please Suggest.


Regards,

Kousik

Login to post a comment