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 will you improve your performance in views?
plz send me if any body has study material for seibel testing plz can any body say is there any website for seibel testing (interview questions)& correct answer site this is my emailid renu.devendra@yahoo.com plz plz plz
Explain how extension table is related to base table?
Explain why do we use symbolic strings in siebel 77?
What is the difference between mvg applet and a pick applet?
What is detailed category?
How to call external webpage from siebel application?
What are the steps for creating a dynamic pick list?
in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution
Explain how would you delete or merge rows that have the same primary user key and different conflict ids using eim?
What are the different levels of visibility available and what are those?
what is Profile attribute?