Zum Hauptinhalt gehen

Auto-Populate Fields for Editable Feature Layer

Kommentare

3 Kommentare

  • Permanently deleted user
    Richard - Thanks for the workflow. I've set it up in my environment, but I'm getting an error in my console when running it. TypeError: Converting circular structure to JSON

     

    I've seen other posts suggesting that I would need to write a custom module to accomplish what I'm trying to do, unless I can remove the circular references from the ExternalObject.

     

    This thread partially defines the module, but I'm not savy enough with coding to complete it.

     

    https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&main-nav=essentials&#!/feedtype=SINGLE_QUESTION_DETAIL&criteria=ALLQUESTIONS&id=9066000000006kZAAQ

     

     
    0
  • Permanently deleted user
    this simplest method would be to create a workflow. You can then assign variables after the user creates geometry.
    0
  • Permanently deleted user
    Hi Jared,

     

    Circular structures are very common in the Esri Javascript API (Maps have Layers, Layers have a Map, etc).  One way you can avoid this error is by using the new Workflow 5, either completely doing your job with it or by capturing the object and getting only the parts out that you need to run in your Essentials Workflow.

     

    I haven't taken a close look at your workflow to see if it's a good fit here, but I wanted to mention that it can be used to avoid a circular reference.

     

    Regards,

     

    -Malcolm
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.