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

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested answer

updating a field

(2) ShareShare
ReportReport
Posted on by 10
I want to know how to update or add the same field in two different forms.
for example, I have a field called service type in Account form and wanting the same field to be visible in case form.
 
my questions are:
 
1. is it possible?
2. if it is then how do I do this?
 
Thanks
I have the same question (0)
  • Suggested answer
    Tom_Gioielli Profile Picture
    2,020 Super User 2025 Season 2 on at
    updating a field
    • When you say that the Account lookup "only brings up the accounts and not the field service type", what exactly do you mean? The lookup field is designed to point to the Account record itself, not to a specific field on the Account outside of the record name. It's purpose is to establish a link between the records
    • Business rules cannot access fields from another table, that suggestion below is incorrect (an AI response hallucination). Check my original response below and you will see that it should be a formula field on the case table, which is different. Formula/Calculated fields are defined at the time that the field is created.
  • Serge Niazi Profile Picture
    10 on at
    updating a field
    than you for your response.
     
    I have the field service type created in both Accounts and Case.
    created account lookup field in case and then added it to case form as well.
    but when I go to case the account lookup only brings up the accounts not the field service type that I need.
     
    Also, when I go to create a business rule cannot see the service type field from account table.
     
    What am I doing wrong?
  • Suggested answer
    Dharanidharan Profile Picture
    636 Super User 2025 Season 2 on at
    updating a field
    Yes, it is possible! Here’s how you can do it in a simple way:
     
    Steps to Show the Same Field in Two Different Forms (Account & Case)
     
    1. Add the Field to Both Forms
    • In Account, the "Service Type" field already exists.
    • In Case, go to Form Editor and add the same field (you may need to create a lookup to Account if needed).
    2. Sync Data Between Account & Case
     
    Since "Service Type" is on Account, you need to bring its value to Case when linked.
     
    Method 1: Business Rule (For Read-Only Display)
    Create a Business Rule on Case.
    Set Service Type = Account.Service Type (only works if Account is selected).
     
    Method 2: Power Automate (For Automatic Sync)
    Create a Power Automate Flow:
    Trigger: When a Case is created or Account is updated.
    Action: Update Case’s "Service Type" from Account’s "Service Type".
     
    Method 3: JavaScript (For Instant Update in UI)
    Use JavaScript on Case Form to auto-fill Service Type when Account is selected.
  • Suggested answer
    Tom_Gioielli Profile Picture
    2,020 Super User 2025 Season 2 on at
    updating a field
    There are several things you can do outside of the formula field approach to keep the fields in sync. You'll likely want to do all of these to ensure that the values stay synchronized, even if changes are made. This assumed you have the same field created on both tables, and they use the same Global Option set.
     
    • Set custom field mapping between the Account and Case table. This will ensure, if you create a case from the context of an Account, that the value is populated right away (Create entity field mapping in Dynamics 365 Customer Engagement (on-premises) | Microsoft Learn)
    • Write a D365 workflow that runs on create of a Case. If the [Service Type] field is empty on create, then pull the value and update it from the parent account
    • Create a Cloud Flow that will run if the [Service Type] is modified on an Account record. The cloud flow should run and update all child cases with the new value
      • Note: This is where you need to validate your requirements to determine if all cases should be updated, or only open ones
     
    Otherwise, the formula field I suggested would just be a single field to create and no automation would be needed to keep it updated. Similarly, the Quick View form is suggested can also show the [Service Type] on the case, but without the need to create a duplicate field on the case table.
  • Serge Niazi Profile Picture
    10 on at
    updating a field
    Hi Tom,
     
    Thanks for your explanation.
    I have field called service type both in case and account table. Options sets are Platinum, Gold, Silver and Bronze.
    I have in account table setup all accounts with their service type.
    Now I only want to populate the service type in case with what I have setup in service type in account.
     
    e.g. if in account table the service type is Platinum, I want the field service type in cases to be populated with Platinum.
     
    I want the simplest way to do this.
     
    look forward to your response. 
  • Suggested answer
    Tom_Gioielli Profile Picture
    2,020 Super User 2025 Season 2 on at
    updating a field
    While you will need to create the column in both tables, you have a few options if you don't want to have to update it in both places. Of course, it depends a bit on what this field is used for.
     
    Example:
    • I add a custom field called [Service Level] to the Account table. This is a field that can be edited (either a text field or even an option set)
    • I add a custom fielf called [Service Level] to the Case table. However, this time I make it a formula field. In the formula field, I can reference the Account linked to the case and use this to populate the value.
      • Ex: Field = Customer.Service Level
    With the above, the field will be available directly on your case table, but it will only ever be updated on the Account. With formula fields, any changes will then be immediately reflected in the child case.
     
     
    Of course, if you just want users to be able to see a field value from the parent account of a case you would be better off using a Quick View form to show the information without adding a duplicate field to the case table.
     
     
    If this answer helped, please consider marking as verified
  • Suggested answer
    Jimmy Passeti Profile Picture
    595 Most Valuable Professional on at
    updating a field
    Hello,
     
    Unfortunately you will need to create the same field in both places.
     
    Regards,
    Jimmy Passeti | Microsoft MVP
    ✅ Please mark as Verified if this answered your question!
     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 100 Super User 2025 Season 2

#2
Suresh Kulla Profile Picture

Suresh Kulla 72 Super User 2025 Season 2

#3
DAnny3211 Profile Picture

DAnny3211 54

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans