Skip to main content
Nintex Community Menu Bar
Question

Create a new row while uploading an attachment

  • July 10, 2024
  • 1 reply
  • 0 views

Forum|alt.badge.img+6

HI,
I’m looking for a way to create a new row on a deferent model once a new file is attached against to another model.

Please see the below diagram,

I want to create an Object B record when a file is attached against Object A. I have three skuid models, Model A, Model B and Attachment model.
I’ve tried to create a new record with using skuid action framework, however it behaves deferently for attachments and could’t find a way to create a new record.

Can someone explain how could I go about this? What is the best approcach? with using Action framework or custom javascript.

Thanks in advance.

1 reply

Forum|alt.badge.img+17

When using the uploader set to chatter, the model automatically requeries after upload. I’m not sure if the same is true of attachment uploads. If it is, you can put a model action on the model to trigger upon require to create a new record in your other model.