1.When I click [New] link on the [CustomerCompanyDetail page], blank popup editor want to open
2.When fill the form on the popup, cursor is disappear after enter one character ?
Please let me know how to solve these two
Hi Dilmi,
No need of multiple local variable, here I have implemented the logic for all the fields in the form,
Regards,
Komal
Please Go through the following link that explains same issue,
https://www.outsystems.com/forums/discussion/68984/widget-popup-focus/
Hope that helps you,
I want to open blank page when click new button
How to solve this issue
For this please change the source entity's fetch property on demand instead of At start like this
Hi Komal
Thank you for the reply
when I change to only on demand, data is not appear on the table
You need to change the source data of form that you used in popup,
Is your screen's and popup's source is same?
Thank you Very much komal
I will try
Hi @Komal Kumbhar
Can you please check this oml
Because it's not work properly
Can you please check this behavior is correct
https://komal-k.outsystemscloud.com/SalesManagement1/CustomerCompanyDetail?_ts=637545453164044608
if yes then please let me know,
@Komal Kumbhar
I can not login
Sorry About that ..now you can access the screen as well i have attached OML here ,
Kind Regards,
Thank you very much @Komal Kumbhar
your oml is really helpful
Should I need multiple localvariable for each input widget?
Could you please check below two issues
1.Customer Company Detail page Delete action is not work.DO you know the reason?
2.All the record display on the Customer Company Detail page's list table. I want to display the data entered on the each Customer Company Detail screen.
Does your first issue resolved ?? If yes then please mark the post as solved.
I am checking your OML for delete functionality and another issue
The entity record you are trying to delete has foreign key with protect delete rule so it wont delete,
for that you need to delete the record of foreign key first then need to delete the customer contact record,
otherwise you can make the delete rule ignore or delete to work delete functionality.
here you can go through the delete rules,
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Data_Modeling/Entity_Relationships/Delete_Rules
On which screen do you want display the only newly captured data?
on CustomerCompnayDetail screen or
on CustomerCompanies
Please confirm
on CustomerCompnayDetail page
Hi,
When you entered new data and click on save, you are redirecting to the CustomerCompany Screen ,
in which case you want display the data on CustomerCompanydetail screen,
In CustomerCompany screen the newly created data is get displayed,
Please clarify my doubt,
HI @Komal Kumbhar
There is a table on CustomerCompanies page
when open each record on CustomerCompanies page, open the CustomerCompanyDetail page
For each page there is a popup with save action [Save on Click button]
When we open A record and input data on the CustomerCompanyDetail page's popup editor
Data should display on the A record's CustomerCompanyDetail page 's list
Hello @Dilmi Hashara Amarasingha,
FYI, I could not publish your oml because of the following error, hopefully, though the previous post should be enough to unblock you.
AJ