Skip to main content
Solved

Modify custom entity for storing credentials in Acumatica

  • July 5, 2022
  • 7 replies
  • 106 views

Forum|alt.badge.img+2

Hi 

In this topic 

The sample custom screen and endpoint was provided by @jinin for my solution, which contains custom screen with user and password for input  in Acumatica interface 

I need to add one more field here for input : URL. How it should be done in proper way ?

I opened custom screen

Tried to add new field called usrURL

Successfully published without errors, after that, this field  appeared at endpoint selector 

The thing about which I am worried about is this tab  : Data Access CustomEndpoint.Filter

It appeared only after I added new filed, am I doing something wrong ? Will it cause some troubles ?

Best answer by jinin

Hi @Ivan 

Please add the field on the Code file. Please refer to the screenshot below.

 

 

7 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • Answer
  • July 5, 2022

Hi @Ivan 

Please add the field on the Code file. Please refer to the screenshot below.

 

 


Forum|alt.badge.img+2
  • Author
  • Varsity I
  • July 5, 2022

Hi @Ivan 

Please add the field on the Code file. Please refer to the screenshot below.

 

 

Hi @jinin 

Thanks for the quick response and provided help

Best regards 


Forum|alt.badge.img+2
  • Author
  • Varsity I
  • July 5, 2022

Hi @Ivan 

Please add the field on the Code file. Please refer to the screenshot below.

 

 

@jinin 

Everything works good, I need to clarify one moment, that I described

The thing about which I am concerned is about this tab  : Data Access CustomEndpoint.Filter

It appeared only after I added the new filed, am I doing something wrong ? Will it cause some troubles ?

I did not find something wrong in acumatica work, it is just present n customization project


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • July 5, 2022

Hi @Ivan 

Please add the field on the Code file. Please refer to the screenshot below.

 

 

@jinin

Everything works good, I need to clarify one moment, that I described

The thing about which I am concerned is about this tab  : Data Access CustomEndpoint.Filter

It appeared only after I added the new filed, am I doing something wrong ? Will it cause some troubles ?

I did not find something wrong in acumatica work, it is just present n customization project

Hi @Ivan 

This is the custom DAC created by you. so no need to create an extension of the DAC and add the new field. You can add directly.

For example, if you are using any Acumatica Default DAC, you need to extend and add the new fields.


Forum|alt.badge.img+2
  • Author
  • Varsity I
  • July 6, 2022

Hi @jinin 

It means that all I had to do is to add new fields via code as you prompted, right ?

I have add via this tab

 


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • July 6, 2022

Hi @jinin 

It means that all I had to do is to add new fields via code as you prompted, right ?

I have add via this tab

 

We can add the fields like this also.

Since we already have the code in hand(We only added the DAC), easy to add a new field in the code itself. 


Forum|alt.badge.img+2
  • Author
  • Varsity I
  • July 6, 2022

Hi @jinin 

It means that all I had to do is to add new fields via code as you prompted, right ?

I have add via this tab

 

We can add the fields like this also.

Since we already have the code in hand(We only added the DAC), easy to add a new field in the code itself. 

@jinin  thanks a lot