cancel
Showing results for 
Search instead for 
Did you mean: 

Nested Hierarchy In Validation

Former Member
0 Kudos

Hi Experts,

I have an issue . it about nested hierarchy in validation .

for ex : Customer->Main->Title

I have this hierarchy. And I selected title item.

I want to create a validation for title . and I want to get Customer value .

Item1 -> Item2 -> Item3 ( I want to get Item1 through item3 )

Have You Got Any Suggestion About It ?

Regards,

Turgut

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Experts ,

I found a solution way. I want to share with you . My root node's first child is Customer and customer has a child main and Main has a child title.

I select title item on my main table.

Validation Expression able to access parent node and I modified parent node .( main )

I changed main node item ( main -> Main [Customer] - I added Parent Name )

I add this validation ;

if ( ObjectType.Name = "Customer" AND HAS_ANY_VALUES(Reuest.FieldInvolved[Parent].Name,"Vendor") ,FALSE )

And it works fine.

My Issue is solved.

For Your Information.

Regards,

Turgut.

Former Member
0 Kudos

Hi Experts ,

I found a solution way. I want to share with you . My root node's first child is Customer and customer has a child main and Main has a child title.

I select title item on my main table.

Validation Expression able to access parent node and I modified parent node .( main )

I changed main node item ( main -> Main [Customer] - I added Parent Name )

I add this validation ;

if ( ObjectType.Name = "Customer" AND HAS_ANY_VALUES(Reuest.FieldInvolved[Parent].Name,"Vendor") ,FALSE )

And it works fine.

My Issue is solved.

For Your Information.

Regards,

Turgut.