Solved

App Param: FREEZE_REQUEST_STATUS

  • 21 January 2022
  • 7 replies
  • 136 views

Badge +4

Hello,

 

Question regarding App Param: FREEZE_REQUEST_STATUS on FSM [6u13]

 

Our goal is to “lock” or “freeze” a request when it has reached a status of ‘complete’ , ‘CO’ so that no one can edit details of the request.

 

We have set our [code table] to include the correct code

I believe we have set the App param correctly

 

Currently I can open a “completed” request on the UI, and change values on the request table (like request.payment_id) and save changes

 

Is there an additional step I need to take to “Lock” the records?

icon

Best answer by brian.gummin 25 January 2022, 23:07

View original

7 replies

Userlevel 6
Badge +26

@MKNDANIEL 

Do you have the code(s) in the code table configured?

Can you please share the REQ_STATUS as a screenshot?

Cheers!

Badge +4

Here are the Codes in the Table.

 

Best Regards,

Userlevel 6
Badge +26

Another option

  • What functions in the role you have?
  • What version are you working with?

Cheers!

Badge +4

Version 6u13 

 

  • BPO_BLANKET_PO_DEF_SCREEN    (disable)
  • CODES
  • CUSTIOTACTION     (disable)
  • EDITPERSONANY
  • EDITROLEANY
  • EXECUTEDBEDIT
  • EXECUTEDBQUERY
  • FSMIOTACTION     (disable)
  • IMPORTEXPORTANY
  • IMPORTEXPORTMAP
  • IMPORTEXPORTWIZARD
  • IOTDEVICE    (read only) (no delete)
  • IOTOBSERRULE       (disable)
  • IS_ADMIN_ROLE    (disable) (allow global search)
  • MAK_CONTACTLOOKUP
  • MAK_REQUEST_VITALS_LOOKUP
  • ODATA
  • OVERRIDEFREEZEREQUEST
  • PRODUCTSTRUCTURE
  • REFRESHFULL
  • REQUESTCREATEUPDATE
  • TASKLOOKUP
  • TASKSTATUSANY (disable)
  • UITHEMES

 

 

 

Userlevel 5
Badge +15

The OVERRIDEFREEZEREQUEST function is the key.  You have it enabled.  If you disable it or remove it from your role, you will no longer be able to update the Request.

Badge +4

Brian,

 

You nailed it!  

 

-Is there a list of “Functions” and their definitions that I can request? 

 

Userlevel 5
Badge +15

Glad I could help!  Unfortunately, I’m not aware of any documentation with a consolidated list of Role Functions.  Maybe someone else has put something together?

Reply