Hi , i have two cdts namely 'A' and 'B' wherein 'A' has

Hi , i have two cdts namely 'A' and 'B' wherein 'A' has one to many relation with 'B'.Now while showing the records of 'A' i also want to fetch the details of 'B' . How can i do that. For example if there is a field 'Name' in B and reference variable in 'A' for 'B' is 'Many' , so if i try to show 'B' by using 'Many.Name' it gives me an error saying that [Name] is a type of multiple data type . How do i show the records of B in A then ?
Thanks in advance....

OriginalPostID-83353

OriginalPostID-83353

  Discussion posts and replies are publicly visible

Parents
  • @Sathya : Sorry to bother again , but i am still not able to do this . This is what i have done

    =with (cc:rule!fetchValueForBqueryrule(rf!Number),{'type!{http://www.appian.com/ae/types/2009}ColumnLayout'(
    contents: {
    'type!{http://www.appian.com/ae/types/2009}TextField'(
    label: "Customer",
    readOnly: true,
    value: cc.Title )
    }
    )})

    And pasted the above code in the UI dasboard expression but it still gives me error saying "Could not retrieve record dashboard"
    Could you please help me this is on high priority
Reply
  • @Sathya : Sorry to bother again , but i am still not able to do this . This is what i have done

    =with (cc:rule!fetchValueForBqueryrule(rf!Number),{'type!{http://www.appian.com/ae/types/2009}ColumnLayout'(
    contents: {
    'type!{http://www.appian.com/ae/types/2009}TextField'(
    label: "Customer",
    readOnly: true,
    value: cc.Title )
    }
    )})

    And pasted the above code in the UI dasboard expression but it still gives me error saying "Could not retrieve record dashboard"
    Could you please help me this is on high priority
Children
No Data