01 Mar 2024
Link to this post
Hello,
I have a lookup in the Form Configuration for the Entity sw_Sachverstaendigenvorschlag. And when I try to show sw_Sachverstaendigenvorschlag, it doesnt load the attributes. Here are some Information about the lookup:
FetchXML:
<fetch version="1.0" mapping="logical" output-format="xml-platform">
<entity name="sw_sachverstaendigenvorschlag">
<attribute name="sw_sachverstaendigenvorschlagid" />
<attribute name="sw_vorname" />
</entity>
</fetch>
Display Attribute: sw_vorname
Value Attribute: sw_sachverstaendigenvorschlagid
And when I click on the Dropdown "Attribute", it doesnt show any attributes at all.
Thank you in advance.