cancel
Showing results for 
Search instead for 
Did you mean: 

Branch Validation Doesn't Work

Former Member
0 Kudos

Hi Experts,

I have a issue . My issue about branch valiadation.

I have a taxonomy table and it has attributes. ( for ex : Bulk. )

I created a validation and rigth click on this validation and select brach on opened contex.

and write this validation in new branch validation.

IF ( TYPE = "Bulk" , FALSE ) ( I selected those items on validation expression window )

I selected Bulk Attribute on main table and tried this validation .

Result is not true.

Why doesn't work validation ?

Regards

Turgut

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Turgut,

I created a validation and right click on this validation and select branch on opened context.

When you right click on this validation and Add Branch, Please select Property Branch Value as Category Name which is linked to this Attribute Name TYPE.

Now you need to write Expression in this Branch Validation, as per your requirement.

As you said, IF ( TYPE = "Bulk" , FALSE ), I am assuming here TYPE is your Attribute Name and BULK is your Attribute Text Value.

For this make sure that, you have selected TYPE from Attributes tab and Bulk from TextValues tab from Expression.

Regards,

Mandeep Saini

Former Member
0 Kudos

Hi Mandeep Saini ,

Firstly thanks for answer. You understand me. But I am using Attribute and TextValues button.

But not working.

Regards,

Turgut.

Former Member
0 Kudos

Hi Turgut,

Yes, you are right. A little modification your syntax will work

In Expression only Select Attribute Name from Attributes tab of expression (Button)

Write Value manually that is Bulk (case-sensitive) with in double quotes "Bulk" (write it manually). This is working fine at my end.

Kindly revert if find any issue.

Regards,

Mandeep Saini

Former Member
0 Kudos

Hi Mandeep Saini ,

Thanks a lot !

My issue is solved ! But have new a question, when I use Text Values button on expression window , it is not working .

But I add it by manually . it is working . What is cause ?

Regards,

Turgut

Answers (0)