12
Views
4
Comments
New register with one or more upload

I'm new to Outsystems I'm having a hard time, if anyone can help, I appreciate it.

I want that when creating a new ticket with "ID`=0" the uploaded files do not appear, that each ticket has one or more files.

This moment I have this, in the new ticket  "ID`=0" add all files: 

Thank you!

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Women Tech,

In general, if you do not want something to appear when the Id is NullIdentifier(), you should place an If Widget around it with the appropriate condition.

I do find it strange though that you still have "1 to 4 of 4 items", it seems there's something that isn't initialized properly.

UserImage.jpg
Women Tech

Hi Kilian,

Thank you for your answer. 

I should place "If" in the table, in the 2 capture the uploads appear but add files in all ticket's. 

I want if new ticket 0 uploads and in this moment not this.

Thank you 


2023-12-14 09-56-57
Yogesh Javir

Hey,

Hope you are doing well. 

If you don't want to show files when id=0 then put your attachments  table and its pagination inside if so when new ticket (id=0) it will not reflect on screen.when you come to edit at that time it will shows.

Thanks

Yogesh

UserImage.jpg
Women Tech

H Yogesh,

Thank you for the answer.

It is this:

I need for each ticket your files.

New ticket= 0 files

Existant ticket = your files 

In this moment mix files in existing tickets, and new tickets existing 4 tickets.

Thak you
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.