web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Updating Field of Other Table

(0) ShareShare
ReportReport
Posted on by 45

Hi

I need to update address of parent table from child table fields.

I have written find method in parent table.

 fields in parent table are - cusID, address, name 

fields in child table are - street, state, zipcode and Isprimary::noyes

 so if i select Isprimary to yes in child table all the fields of child table should update in parent table address field

i kept releation as foriegn key relation(RecId relation) in child table

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    You can default details on the parenttable by calling the parent table find method in the validatewrite of the child table datasource on form like.

    parentTable parentTableLocal;

    # file

    super();

    if (childTable.isprimary == true)

    {

    parentTableLocal = parentTable::find(childTable.parentRecId);

    if(parentTableLocal.Recid)

    {

    ttsbegin;

    parentTableLocal.selectforupdate(true);

    parentTableLocal.Address = childTable.Street + #delimiterSpace+ childTable.State + #delimiterSpace+childTable.zipcode;

    parentTableLocal.update();

    ttscommit;

    }

    }

    Here I assume you are updating the address field of parentTable from childtable fields and not from standard ax address tables.  

    Hope this helps you.

    Thanks,

    Chaitanya Golla  

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans