In outsystems is it possible to use CreateorUpdate if there are no premade records of people or date in the application?
Hi @shifa asif,
What do you mean by "premade records"?
You can still use CreateOrUpdate even if you are inserting the very first record in the entity (which means that your entity is empty or has no records in it).
Regards,
Prakhar Sharma
I meant like in the app templates they have record of employees or something like them
I am not sure about any templates, but there are a lot of sample applications provided by OutSystems that have a lot of data loaded into them.
For example: Sample_Customer_CS (You can find this module in the manage dependency section)
Hope this helps!
Can I customize the already made apps according to the app I want to make?
Yes you can!
Hi @shifa asif
Absolutely! You have the flexibility to utilize any action on a data entity, regardless of whether it is your initial entry or a subsequent one.
Furthermore, you have the ability to edit existing records.
Regards
Prince Kumar