How to pass data from custom field to enterprise field

B

Bob Zapf

In the Enterprise Global, I tried using a formula in an Enterprise Text field
to automatically populate it with data in a Custom Text field and received a
message saying I could not do that. How can I accomplish the same result as
if I actually could use a formula in the manner I attempted?
 
S

Susan Cobb

Bob,

In case an example of the macro code needed would be of help:

Sub CopyCustomTextFieldToEnterpriseField()

ActiveProject.ProjectSummaryTask.EnterpriseProjectText1 =
ActiveProject.ProjectSummaryTask.GetField(pjTaskText1)

End Sub

The formula need to be on one line, so, if you copy it, be sure to fix
this.

Hope this help...

Susan Cobb

http://www.synogistics.com
 
B

Bob Zapf

Thank you, Susan! I believe this will be very helpful, and I will certainly
pursue your recommendation.
Best Regards!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top