Hello,
I have the following formulas in my entity "Kontakte":
This is my main problem.
After solving this, I've some 2nd problems about this situation ... discuss later ...
Christoph
I have the following formulas in my entity "Kontakte":
name = string\concatenate(kontaktdatum, ' ', kontaktart, ': ', firmen.name1); // -> running fine
mitarbeiterId= env\userAttribute('name'); // -> running fine
herstellerId = Maschinen.herstellerId; // -> didn't run -> should be update the field herstellerId with the content of the field herstellerId in the linked entity Maschinen
baureihenId = Maschinen.baureihenId;// -> didn't run -> same with other linked fields as obove
typenId = Maschinen.typenId;// -> didn't run-> same with other linked fields as obove
mitarbeiterId= env\userAttribute('name'); // -> running fine
herstellerId = Maschinen.herstellerId; // -> didn't run -> should be update the field herstellerId with the content of the field herstellerId in the linked entity Maschinen
baureihenId = Maschinen.baureihenId;// -> didn't run -> same with other linked fields as obove
typenId = Maschinen.typenId;// -> didn't run-> same with other linked fields as obove
After solving this, I've some 2nd problems about this situation ... discuss later ...
Christoph
Comment