Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
How to determine which FieldLayout is being used?
posted

In C#, is there a way to determine which FieldLayout is being used without having to loop through all the FieldLayouts[] and comparing with the DefaultFieldLayout?

Parents
  • 6365
    Offline posted

    Hello Jason,

    The DefaultFieldLayout is set by default to the FieldLayout that is associated with the first DataRecord encountered.

    There is no particular process that is running for a single FieldLayout at a time. Would you please provide me with more detailed information on what you are referring to by saying "which FieldLayout is being used"?

    Having this information will help me further investigate this matter for you.

Reply Children