Odd template behavior in 9.3

I have a template for UNSAccountB and when I create an account manually the template works fine, but when I do it using a business role it doesn't work.

This is the relevant portion of the template (they are identical between FullManaged and Unmanaged):

Else
	Dim CentralAccount As String = $FK(UID_Person).CentralAccount$

	If $FK(UID_Person).CCC_ImportSource$ = "ACME" Then
		CentralAccount = CentralAccount.Substring(0, CentralAccount.Length - 4)
	End If

	Value = CentralAccount
End If

Parents Reply
  • My system is an upgrade from 9.2. First a restore from production to development , then a config wizard->activate database from restore, and finally an upgrade to 9.3

    Job server + DBAgent running on windows 2019

    DB is mssql running on Linux. 

      yours?

    Tomorrow I'll try to move the db to windows and run job+dbagent on docker.

    Last could be a try on fresh installed v93 but I'll need to figure out all the unsaccount stuff from scratch and could take more time.

Children