cancel
Showing results for 
Search instead for 
Did you mean: 

Reference Field Links table in SQL Database

01-01-2020 3:52 PM
kenan_jaddeny Contributor
1365 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

Hi community!

where the Reference Field Links are stored in the SQL database for SAP Business One, (the SQL table name)
Modules > Administration > Setup > General > Reference Field Links

Thanks,

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

azizelmir
Contributor
0 Likes

Hi Kenan,

Please try to get them from ORLD and RLD1.

Thank you,

Aziz

kenan_jaddeny
Contributor
0 Likes

Hi Aziz,

Thanks for your reply, I know that the Reference Field Links are stored in the ORLD but wondering about the References in the Header and Row sections, after double click on one of the references in the AR Invoices, or other stuff, as in SAP B1 9.3 PL10, by default we have 3 references for header and another 3 for rows, where are theses field stored in SQL, and how we can increase them,

Best Regards,

azizelmir
Contributor
0 Likes

the References in the Row sections are stored on the table RLD1

jitin_chawla
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

The list which you can see on the Module > Administration > Setup > General > Reference Field Links can be checked using

Select * from ORLD

You can run the query in the MSSQL and see.

regards,

Jitin C

kenan_jaddeny
Contributor
0 Likes

Hi Jitin,

Thanks for your reply, I know that the Reference Field Links are stored in the ORLD but wondering about the References in the Header and Row sections, after double click on one of the references in the AR Invoices, or other stuff, as in SAP B1 9.3 PL10, by default we have 3 references for header and another 3 for rows, where are theses field stored in SQL, and how we can increase them,

Best Regards,