Question

Migration Job field flags

  • 28 September 2022
  • 3 replies
  • 211 views

Userlevel 1
Badge +2

Whats the different between P and K field flags in a migration job?

I thought P stood for Primary key?


3 replies

Userlevel 4
Badge +8

Hi @signils ,

 

“Attribute types retrieved from the view definition in IFS/Foundation. P = Parent Key. Means that this column is retrieved from somewhere else. K = Key. Means that this is a key column in this view. M = Mandatory. Column must have a value. I = Insert allowed U = Update allowed.”

 

Kind Regards

Ozgun Bal

Userlevel 1
Badge +2

Hi @signils ,

 

“Attribute types retrieved from the view definition in IFS/Foundation. P = Parent Key. Means that this column is retrieved from somewhere else. K = Key. Means that this is a key column in this view. M = Mandatory. Column must have a value. I = Insert allowed U = Update allowed.”

 

Kind Regards

Ozgun Bal

Thanks but just need more clarification about :

 

 P = Parent Key. Means that this column is retrieved from somewhere else. 

 

Somewhere else as in?

Badge +3

Example:  ORDER_NO on customer order line is a P.  This means that ORDER_NO is retrieved from the parent Customer Order.  

Reply