Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Suggested answer

add liste of value of field "inventsizeid" exists in form "bfpprodmastertable" to my new field created in my table in new form by selecting one line of "pbfpTmpProdMasterTable"

Posted on by 15

Hello,

when I select a record in the form "bfpprodmastertable" in the table "bfpTmpProdMasterTable" there are for exemple two lines in the production order which includes two lines of field "inventsizeid" in the "Inventdim" table. My object is when I select this record and I gi to my form"demordredefermeture" which exists my new table"demordrelinetable" I want to retrieve automatically in my field "demsize" two line only of "inventsizeid" which includes the values of field "inventsizeid" I try with this code but everytime I enter in my new form the number of lines of this fields is repeated. My goal is to display just once only the list of this field "inventsizeid" 

public void init()
{
super();

FormRun formrun=element.args().caller();
bfpTmpProdMasterTable bfpTmpProdMasterTable =formrun.dataSource("bfpProdMasterTableTmp").cursor() as bfpTmpProdMasterTable;

ttsbegin;
while select ProdTable where ProdTable.bfpprodmasterId==bfpTmpProdMasterTable.prodmasterId
{
select InventDim1 where InventDim1.inventdimId == ProdTable.InventDimId;

dEMOrdredefermetureLineTable1.DEMSizeEJB=InventDim1.InventSizeId;
dEMOrdredefermetureLineTable1.insert();

}
ttscommit;

I need help plz

  • Suggested answer
    Andy Sather Profile Picture
    Andy Sather on at
    RE: add liste of value of field "inventsizeid" exists in form "bfpprodmastertable" to my new field created in my table in new form by selecting one line of "pbfpTmpProdMasterTable"

    Hello  - We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers

    I will open this up to the community in case they have something to add.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans