In Oracle CRM ON DEMAND we have the “Status” dropdown field with value as “Completed” in Activities. I have Configure it in a such a way so that the Subject field becomes read only when the status is set to Completed.How to do that.
How in ORACLE CRMOD will a field becomes read only when the pick-list is set to some value
930 views Asked by Sankalp The Gr8 At
1
There are 1 answers
Related Questions in ORACLE
- sqlplus myusername/mypassword@ORCL not working with Oracle on Docker
- Oracle setting up on k8s cluster using helm charts enterprise edition
- Oracle Managed Data Access Client can't work from IIS but work for local debug environment
- If composite indexing created - indexing is called?
- Oracle Http server ISNT-07551
- why here not creating table?
- Data migration from Oracle Database Clob to GCP Bucket
- SQL Alchemy custom type, forcing blob bind parameter
- How to send message to syslog agent in plsql
- Whatever the data available in previous record it should add to the new record
- I have an Oracle SQL query that is giving me a "ORA-00918: column ambiguously defined" error on a line that is a comment line
- 'ORA-12170: TNS:Connect timeout occurredORA-12170: TNS:Connect timeout occurred' ERROR while working on oracle with laravel
- Is their any way i can open parallel query tabs
- VSCode Libraries not showing for New Java Project
- I can't ssh to my instance, Connection refused
Related Questions in READONLY
- Keycloak fails to run on rootless&readonly container because of Quarkus
- Is there a good way to make runtime constants within methods in C#?
- Property '.readonly' not found
- SQL table design for some columns protected
- How does the field access behave after cloning a constant map in Ballerina
- TypeScript: Why does readonly work so differently with arrays?
- How to route different db requests to read only instance
- Unable to use read-only mode in emacs v 17.2
- How do I create writable readonly rootfs using yocto?
- Why does typescript allow assignment of a readonly type to a non-readonly?
- instantiate a django form in readonly mode in a view function
- Oracle spillover file generation
- Editing a Google sheet by script with READ ONLY Grant
- Readonly fileds in Odoo form view
- Disabling read-only mode for large folders
Related Questions in SIEBEL
- Issue While Copying Data from a Oracle Siebel View using ADF
- Lookup table maintenance in Siebel?
- Siebel Open UI - View Applet not able to extend Applet PR
- Siebel table apply doesn't affect the database
- Send email for Siebel tasks running longer than 2 hours in Linux 7
- SIEBEL CRM Column ID
- Field to connect between Child BC and Parent BC
- Siebel incremental backups to a non Siebel DB
- Finding current Query-ed field Siebel
- Make Fields editable when Checkbox is ticked SIEBEL CRM
- Filter Picklist by 1 Value
- NoClassDefFoundError while integrating pdfbox jar file with siebel
- how to add new business component in Siebel web tool
- How to add a day to Date field in RTF template for BIP
- Customizing an applet title in siebel
Related Questions in ONDEMAND
- Spotfire: Show default view of a table2 with limited IDs and load more data on demand when filters applied on table1
- Google Apps Script takes much longer to execute a script on a timed trigger than manually (on demand)
- GCP cost type through billing data
- How to load the children on demand in react checkbox tree along with virtual scrolling
- nextjs revalidate on-demand raise error 504
- How can I check the item size of a request in dynamodb?
- PostgreSQL 14.5 pg_read_binary_file could not open file for reading: Invalid argument
- R shiny downloadHandler returns a network error after a short duration
- How do I import a non-standard python module in an OnDemand Jupyter Notebook
- Unity Build and Run aab file - nothing happens
- Dynamic Feature Crashing Resource not found on Application Relaunch
- Azure Synapse SQL on-demand query logs
- How to do incremental load for Appflow on Demand
- OnDemand SQL update using pyspark for Role, user management
- how to create a table in dynamodb that is on-demand using python?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I found the answer its by using Field Validation by writing Expression.To make Subject Field Read-Only when Status is set to Completed, follow these steps: