Skip to main content
1-Visitor
July 23, 2022
Question

Check in of WTPart should fail from workspace is a attribute is missing

  • July 23, 2022
  • 2 replies
  • 1473 views

Hi All,

Trying to achieve Check in of WTPart should fail from workspace is a attribute is missing.

Made the attribute required in Type & attribute however still it gets checked-in from workspace.

Any reference what needs to be done.

Thanks in advance

 

2 replies

joe_morton
18-Opal
18-Opal
July 26, 2022

Do you have any other constraints enabled for the attribute, besides Required? 

Perhaps the user is checking in with putting a space or some other empty character?

Durga1-VisitorAuthor
1-Visitor
July 26, 2022

I've applied cascading on WTPart so the, by default the attribute is selected as undefined.

Guess that could be the reason it checks in.

17-Peridot
August 8, 2022

This is an OOTB "feature". The workspace checkin will not check the required attributes. This is good for engineers to work fast but bad for the quality 😉

I would suggest to implement the attribute business rule to check the values before releasing the WTPart.

Durga1-VisitorAuthor
1-Visitor
August 8, 2022

This is a good idea.