How to clear the sticky configuration.
book
Article ID: KB0092955
calendar_today
Updated On:
TIBCO MDM
|
-
|
Not Applicable
|
-
|
Description
Resolution:
Problem opening a page due to the default search criteria. Deleting the configuration will resolve this issue.
Procedure follows:
Get the member ID
1).select * from member where username=<username>
Get the required screen ID.
2). select * from screen where title like '%Inbox'
Delete the the corresponding sticky configuration.
3). delete from CONFIGURATIONDOCUMENT where memberid=<memberid> and screenid=<screenid>
Issue/Introduction
How to clear the sticky configuration.
Feedback
thumb_up
Yes
thumb_down
No