Project

General

Profile

Actions

Defect #755

closed

Attribute with sendAlways isn't sent

Added by Ondřej Kopr over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Vít Švanda
Category:
Provisioning
Target version:
Start date:
10/12/2017
Due date:
% Done:

100%

Estimated time:
Affected versions:
Owner:

Description

Use case:
project has mapping for attribute UID (sendAlways) this attribute is dynamicaly calculate (see script), UID attribute isn't mapped to any existing attribute. And after change user username isn't this attribute sent to system.

script for calculate uid:

def isInternal = !contract.isExterne();
def modif = "";

if (isInternal) modif = "_internist" 

return entity.getUsername() + modif;


Files

uid.png (21.1 KB) uid.png Ondřej Kopr, 10/12/2017 06:59 AM
Actions #1

Updated by Vít Švanda over 6 years ago

  • Status changed from New to Closed
  • Target version set to Emerald (7.5.0)
  • % Done changed from 0 to 100

Problem is not in product, but in implementation.
After researching implementation, we discovered wrong setting schema attribute (uid), where was unchecked "can update".

Actions

Also available in: Atom PDF