Hi, I m using a popup lov in the form with 4 columns and want to set width of each column as per content showing. how to achieve this in apex 20.1 Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi,
As i understood that you have LOV item where you select particular records from list, based on that selected records few others column on page should be filled automatically.
if yes then you will have to do it through dynamic event.
Create Dynamic Action at item where Lov is opened
Set condition where you apply query and map your desire column which should be populated.
Hope it will help you.
Thanks.