Skip to main content
Solved

How to make Description field on JE screen editable

  • 24 July 2024
  • 4 replies
  • 53 views

Hello Community! 

I am trying to find a way to make the Description field on the GL Batch screen editable once it has been Posted/Released. I followed the instructions from this blog here but not sure what I missed because it isn’t working. Wondering if there is a way you can tell by looking at my screenshot below?

https://asiablog.acumatica.com/2021/10/enable-customization-fields-when-document-is-completed.html

 

 

4 replies

Userlevel 4
Badge +1

Hi @ashleyb, I believe that by checking the thread below, you will be able to achieve your intended result.

    

Userlevel 7
Badge +4

@ashleyb 

If form is controlled with workflow engine, I usually follow 2 step process:

  1. modify workflow to enable field on completed/released state
  2. Add RowSelected method to enable field

Both steps are described in the article you linked above.

Userlevel 4
Badge

Hi @RohitRattan88, can you please take a look at my code and let me know if adjustments are needed?

 

 

Userlevel 7
Badge +4

@ashleyb 

following code seems to work for me:

code

 

result

 

Reply