cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Updating UDO in SAP B1 2007

Former Member
0 Kudos

hi,

i have created a UDO of document type. The add functionality is working fine, but when trying to update the Document the error pops up saying that "The entry already exists...." in that particular lines table.

any suggesting regarding this...??

regards,

Vasu Natari

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vasu,

When you updating that document,that mode is change is automatically??

That means ADD Mode - > UPDATE Mode.

Other wise you have to set AutoManaged=1

Reward Points,

Regards,

G.Suresh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi...

After loading matrix add this code

oForm.DataSources.DBDataSources.Item(1).Clear()

OMatrix.AddRow(1)

Thanks...

Chiyan

Former Member
0 Kudos

The very first column in a Matrix(for matrix table should be of DOCUMENT ROWS) i.e., <u><b>#</b></u> it should have the properties DATABOUND=True,TABLE and ALIAS=LineId then it works with out the error u have mentioned