J
jahandad
I have added a custom field in EPM it is working fine in taking and holding
its content untill i am working in EPM. However, when i synchronized project
from Dynamics Ax to EPM this field loose its stored value and reinitializes
to its default value though it is not an integrated field.
A = new custom lookup field
B = existing text field which is integrated with Dynamics AX i changed it to
a formula field from SQL to hold the value selected in 'A' so that my new
field value is gone to AX.
formule: B = [A]
I have stoped the synchronization of this formula field from AX -> EPM as it
is a formula field. My assumption is that value selected in 'A' should come
in AX in the field of 'B' which is working the problem is when i synchronize
from AX->EPM it reinitialize my 'A' field lookup to its default value and
previous values are lost.
Please help. or is there any alternative approach
its content untill i am working in EPM. However, when i synchronized project
from Dynamics Ax to EPM this field loose its stored value and reinitializes
to its default value though it is not an integrated field.
A = new custom lookup field
B = existing text field which is integrated with Dynamics AX i changed it to
a formula field from SQL to hold the value selected in 'A' so that my new
field value is gone to AX.
formule: B = [A]
I have stoped the synchronization of this formula field from AX -> EPM as it
is a formula field. My assumption is that value selected in 'A' should come
in AX in the field of 'B' which is working the problem is when i synchronize
from AX->EPM it reinitialize my 'A' field lookup to its default value and
previous values are lost.
Please help. or is there any alternative approach