cancel
Showing results for 
Search instead for 
Did you mean: 

custom fields on ar invoice

Former Member
0 Kudos

is there anyway, i can create a custom field on AR invoice. i want to add serial numbers to that custom field. these serials are not received in to the system. but as a reference we want to add these serials numbers to custom filed. Serial numbers can be up to 1000 to 2000 serials. is there anyway i can do it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bruno......

Please find some Tips online how to getting started with SDK and samples.....

Find the following path in your PC if you have SDK installed.....

C:Program FilesSAPSAP Business One SDKSamples

Regards,

Rahul

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bruno...........

You can create UDF from the path suggested by Kambadasan. If you have Batches then you would have manage But it is quite difficult to manage Serial Nos. in UDFs as it is very huge in Nos.

But you can manage same thing by SDK..............

Regards,

Rahul

Former Member
0 Kudos

Rahul,

if you dont mind can you tell me how i can achieve using SDK. i have SDK but i have never used it before. your help will be greatly appreciated.

Former Member
0 Kudos

Hi Bruno.......

In order to handle SDK you should know Programming Language like VB.Net etc.

This is purely a technical consultant's job so you have to ask your Technical Consultant to develop an Addon using SDK in which this functionality should be incorporated........

Regards,

Rahul

Former Member
0 Kudos

i am actually a .net programmer. but i have never used SDK before.

Former Member
0 Kudos

HI

Yes,You can do that by User Defined field.

Goto->Tools->Customization->User Defined fields management.

Select Marketing Documents->Row.

Click 'Add' to add the UDF and create your custom field there....

so that it will get displayed in A/R invoice,row level.

Theses custom field will work as reference for your document.

Former Member
0 Kudos

can i scan 1000 serials into it. is this should be a user defined field or user define table should be linked to it.

Former Member
0 Kudos

hi

the maximum allowable characters in UDF is 64,000 so you cannot maintain those serial numbers.

You can go through SDK as Rahul suggested