cancel
Showing results for 
Search instead for 
Did you mean: 

Creating new field in the marketing documents

Former Member
0 Kudos

Hello All,

Is it possible to create a new fields in the Purchase Order, not like user define field, i want to create in the header level.

Kind Regards,

Pratheeviraj R.D

Accepted Solutions (1)

Accepted Solutions (1)

former_member583013
Active Contributor
0 Kudos

What do you mean by not like user defined field

When you create a field it is always a UDF?

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Pratheeviraj ,

You can add some more fields in the header level of the System form by using SDK.

Please check the samples available with SDK installation to get some more information

about this issue.

Please refer to the Sample code: "11.SystemFormManipulation".

It can be found under C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB6\

after you will install SDK.

Regards,

Rakesh Pati

SAP Business One Forum Team

Former Member
0 Kudos

Hello Rakesh,

Thanks for your replay.

Kind Regards,

Pratheeviraj R.D

Former Member
0 Kudos

Alternatively, you could take a look at an add-on called the B1 Usability Package here --> http://www.b1up.net/

The add-on allows you to insert UDF (header) into the main form:

http://www.b1up.net/index.php?id=modules#itemplacementtool

Former Member
0 Kudos

You can always create UDF at header level or row level. However, if you mean you need these fields available in the main form as B1 system fields, that is not an option.

You might achieve it by SDK in later case.

Thanks,

Gordon

Former Member
0 Kudos

Hello Gordon,

Thxs for the replay. Can you please elaborate on how to do this in SDK.

Kind Regards,

Pratheeviraj R.D

former_member583013
Active Contributor
0 Kudos

Post the question to the SDK forums and you should get plenty of answers.

Unfortunately it is not going to be a one line answer for sure... you need to understand how SDK works?

Former Member
0 Kudos

Hello Sampath,

Thxs for your replay.

Regards,

Pratheeviraj R.D

former_member583013
Active Contributor
0 Kudos

Please mark this question answered and post your question to the SDK Forum

Former Member
0 Kudos

Im not sure if I understand correctly. You should create UDF in header level (will be visible in right side by enabling show user fields). If you need this field in main form in header level, through SDK programming you should move it to main form.