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

Also available in: Atom PDF