This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Account Definition recalculation

Hello,

 

Maybe a stupid question: Is it possible -somehow- that when something (it data of the primary department) that relates to an account definition changes, that the account definition assignment to a person will be recalculated which results for example in the relocation of an account from one container to another?

 

Thanks a lot!

 

Henrik de Jong

Parents
  • It would be normal behaviour. If You have not changed template on the UID_ADSContainer@ADSAccount.

    You can see the description of function TSB_ITDataFromOrg:

    'searches for a column of an account table (targetDialogColumn) the mapping in TSBITDataMapping for the specific account definition (UID_TSBAccountDef)
    'if no mapping is defined, an empty result is returned
    'if column is mapped and the option UseAlwaysDefaultValue is set, the TSBITDataMapping.ObjectKeyDefaultValue is returned
    'otherwise the value for the column retrieved from TSBITData
    'means: for an BaseTree reference in the person (UID_Person) (the kind of BaseTree is determined by TSBITDataMapping.ITDataFrom - Department, Locality, ProfitCenter, Org)
    'a value will be recursiv searched through the ITData
    'if no value can be retrieved, the TSBITDataMapping.ObjectKeyDefaultValue is returned
    'if for a mapped column no value can be retrieved, an exception is thrown
Reply
  • It would be normal behaviour. If You have not changed template on the UID_ADSContainer@ADSAccount.

    You can see the description of function TSB_ITDataFromOrg:

    'searches for a column of an account table (targetDialogColumn) the mapping in TSBITDataMapping for the specific account definition (UID_TSBAccountDef)
    'if no mapping is defined, an empty result is returned
    'if column is mapped and the option UseAlwaysDefaultValue is set, the TSBITDataMapping.ObjectKeyDefaultValue is returned
    'otherwise the value for the column retrieved from TSBITData
    'means: for an BaseTree reference in the person (UID_Person) (the kind of BaseTree is determined by TSBITDataMapping.ITDataFrom - Department, Locality, ProfitCenter, Org)
    'a value will be recursiv searched through the ITData
    'if no value can be retrieved, the TSBITDataMapping.ObjectKeyDefaultValue is returned
    'if for a mapped column no value can be retrieved, an exception is thrown
Children
No Data