You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous Serial No. has been removed, it caused a side effect after adding delete to the system (facts and documents fail to save), it's no more generated!
New "Global Serial No" has been introduced for all entities, it has the format 13 char "TTXXXXXXXXXXX", where TT is the type of entity and the remainder is a timestamp+global counter represented in hexadecimal which allow for 10000 record per second, the type represented by TT is as follows:
Communications begins with 'CM'
Contacts begins with 'CN'
Contextual Analysis begins with 'CA'
Documents begins with 'DC'
Events begins with 'EV'
Facts begins with 'FC'
Monitoring Challenges begins with 'MC'
Publishers begins with 'PB'
Significant Updates begins with 'SU'
Add a global serial number lookup, users can directly type the gsn in the URL in this format "backend.idmcdb.org/FCDD234DEF1F4", and the system will redirect the user to the required entity.
Add a legacy redirect link using @ in this format "backend.idmcdb.org/@F2017-AFG-000001"
Add review status to the fact table (with colors Sylvian)
Add review status search in fact index page
Move the IDU toggle to the analysis tab
Add a new text box to the IDU in the the analysis tab