Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Customer Item Text Fields

Status
Not open for further replies.

chuito7

Technical User
Jan 5, 2005
26
0
0
US
Hi:

I want to print in my invoices my customer item description and also my customer item text fields. My customer needs more than 50 characters for the item description. I already seach at MBS Knowledgebase and they make reference to this function "rw_ASI_Get_Customer_Item_number_User_DefinedSOP_LINE_WORK" but it didn't exists on version 9.0 or 10.0. Any help would be great.

Thanks

Chuito :)
 
The Customer Item number feature was moved into core code (DYNAMICS.DIC) for v9.0 onwards.

Have a look at the RW_SOP_GetCustomerItemNumber() function instead.

in integer nPrintCustomerItem; { 0 = Print Item, 1 = Print Customer Item }
in integer nNonIV;
in 'Item Number' sItemNumber;
in 'Item Description' sItemDescription;
in 'Customer Number' sCustID;

David Musgrave [MSFT]
Senior Development Consultant
Escalation Engineer - Great Plains
Microsoft Dynamics Support - Asia Pacific

Microsoft Dynamics (formerly Microsoft Business Solutions)

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
Thanks Dave. But I need to print the user defined fields too. The five of them. Is there a way to do that?. My customer needs "Customer Item Description" and "Text Field 1", "Text Field 2", "Text Field 3", "Text Field 4", "Text Field 5", because he needs to print a "HUGE" Description for his items and 50 characters is not enough.

Thanks,

Chuito :)
 
You can also try adding the table to the report. Because it is now in the Dynamics.dic it can be added to the report easily.

Once added to the report you can access the fields.

David Musgrave [MSFT]
Senior Development Consultant
Escalation Engineer - Great Plains
Microsoft Dynamics Support - Asia Pacific

Microsoft Dynamics (formerly Microsoft Business Solutions)

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top