• Vigitha Vasudevan 5
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 6
    Replies
 Getting error "Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, field integrity exception: unknown (invalid user or group: 00G0v000000NzTp)" while inserting opporunity share records only on Enterprise Territory mangement(ETM) enabled sandbox.And also getting error only for group of type "Territory".Is there anything on type territory which are not allowed on share records for ETM?
 
Hello

I want to display different icons in lightning:dataTable based on row condition.
For example
If row1.someField == 'A' then iconName = A
If row2.someField == 'B' then iconName = B

I have looked at documentation but it seems we can specify icons at the colmun level .

This is what I have done so far but it always display the same icon :
 
component.set('v.resultColumns', [
            		{label: 'Provenance', 						fieldName: 'provenance', 				 cellAttributes: { iconName: 'action:call' }}

                ]);

 
 Getting error "Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, field integrity exception: unknown (invalid user or group: 00G0v000000NzTp)" while inserting opporunity share records only on Enterprise Territory mangement(ETM) enabled sandbox.And also getting error only for group of type "Territory".Is there anything on type territory which are not allowed on share records for ETM?