Difference between revisions of "Miscellaneous Tips"

From Opentaps Wiki
Jump to navigationJump to search
(New page: __TOC__ ====How to Disable Users==== Set the UserLogin.enabled to "N" and '''make sure that the disabledDateTime is set to null'''. Otherwise, the user login will be re-enabled 15 minut...)
 
m (Protected "Miscellaneous Tips": Sysop page [edit=sysop:move=sysop])
(No difference)

Revision as of 23:03, 30 August 2007

How to Disable Users

Set the UserLogin.enabled to "N" and make sure that the disabledDateTime is set to null. Otherwise, the user login will be re-enabled 15 minutes after the disabledDateTime.


How to change the default ID numbers

Edit the table SequenceValueItem and change the seqId for the table you want. For example, if you want to set all your productIds to begin with "8000000" instead of "10000", just create a row for "Product" with seqId = 8000000