Custom Primary Key Field in Recipients has ! icon | Community
Skip to main content
Level 4
November 14, 2022
Solved

Custom Primary Key Field in Recipients has ! icon

  • November 14, 2022
  • 1 reply
  • 649 views

Hi Team,

 

We recently added a custom primary key to the recipents table and used the below format,

 

<element desc="Recipient table (profiles" img="nms:recipient.png" label="Recipients"
labelSingular="Recipient" name="recipient">
<dbindex name="customerIdIndex" unique="true">
<keyfield xpath="@customerId"/>
</dbindex>
<attribute label="Customer Id" length="100" name="customerId" type="string"/>

.....

 

 

The field is functioning as expected(does not allow duploicates), but the field icon has an ! in it?

 

What does that mean? are we missing something?

 

Just want to be sure!!

 

Thanks,

Shine v.v

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amine_Abedour

hello @shinev_ ,

 

No need to worry, the exclamation mark means that the field is mandatory = can't be null ( normal because it's in the index).

 

Br,

Amine

1 reply

Amine_Abedour
Community Advisor
Amine_AbedourCommunity AdvisorAccepted solution
Community Advisor
November 14, 2022

hello @shinev_ ,

 

No need to worry, the exclamation mark means that the field is mandatory = can't be null ( normal because it's in the index).

 

Br,

Amine

Amine ABEDOUR