Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThanks for your answer. I actually used Dictionary<string,object> in order to store different types of values. But lets say one object have custom field in type of TEXT FIELD called "PortId" and there is other object with custom field based on LIST called also "PortId", in case I want to load the secont object from the data of the first object I will have to ensure that this is list presentation and not a text and also verify that the values are refering to the same list. I also added an update with explanation about that. Thanks!
      singulars
    2. COHere is what I don't undertstand. If these custom fields that are causing the problems are doing so because they are present for some objects, and not for others, why are you trying to transmit them at all? What would the other object do with that information, if it doesn't already understand it and have a way to store it? Are you just tossing stuff that doesn't "match" when you parse a DataObject? Instead of doing that, why don't you just change the method to only send the data that actually can be converted? Or make the names consistent so PortID means the same thing in each context?
      singulars
    3. COOne object can have property "WorkerId" while other object doesn't have this property. Instead the user added this property manualy using custom field that called the same - "WorkerId". If there is a property/field in the first object that the second doesn't have - the value isn't stores in the second object.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload