In an order screen if the Status value changes from
Inprogess to Pending all the line items must become read only
Answers were Sorted based on User's Feedback
Answer / venkat
In Order Litem BC,
Get the Order value to the line item BC to 'X' field
Based on X field value
write a user property BC read only based on the X field
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / vignesh
In the Business Component user property choose name as BC
Read Only and give the below condition
Name:BC Read Only
IIf([Status]= LookupValue("STATUS_TYPE","Pending")OR [Type]
= LookupValue("STATUS_TYPE","Inprogress"))
| Is This Answer Correct ? | 1 Yes | 7 No |
How do you import lov's?
I have installed LR 8.0v on my system and wanted to test siebel web application. when i tried to record the application throught siebel web protocol, the launcher tries to connect to that URL but after some time the URL gives as Page Cannot Be Displayed, the same URL when we login manually it works fine. LR is not able to connect to the Application. What could be the reason? Can some one please help me on this. Thanks In Advance
1 Answers Accenture, IBM, IEG,
Explain when do we go for dynamic picklist and for pick applet?
how to create constain picklist?process suppose country field is there and state field is there,when user selected Australia in country,i have to display aus related states only states field? pls senme ans to (selvarajb.tech@gmail.com)
Explain whats the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance from qa(testing) point of view?
What is the significance of eapps.cfg file?
In Siebel, what 'position' stands for?
How to configure the products in siebel?
What is difference between s_opty_x and s_opty_xm tables?
Why we using the user properties?
How to configure a mvg?
Explain is it posible to access more than one database at a single siebel application?