cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide an object in Agentry list screen

Former Member
0 Kudos

Hello,

I want to know if it is possible to hide an object in a screen list view.

For example, I update an object and fill in DeleteStaus field with "L" (mean that object is deleted) and hide it right after I mark it as deleted, then transmit it to Agentry server to get the marked field and in turn transfer it to SAP server.

Thank you very much.

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the List Screen, there is a field called "Include Rule"  Here you make a rule to check the Object property "DeleteStatus"

The rule will look similar to :

Not

- :>DeleteStatus

- 😆 'L'

Former Member
0 Kudos

Hi Steve,

Thank you very much. Unfortunately, It doesnt work.

I create an edit transaction to update field DeleteStatus in a selected object into L. I want this object not to display in the list screen right after I click the green apply button . I try your suggestion but it does not work. Please help me.

jason_latko
Advisor
Advisor
0 Kudos

PG Ngu,

Steve was correct, but his rule was little off.  try it like this:

NOT

     EQSTR

          Whatever Object -> DeleteStatus Property

          L

The 'L' above is a constant.  Do not use quotes.  Add this as the include rule on the List Screen.

Jason Latko - Senior Product Developer at SAP

Former Member
0 Kudos

Great Jason, it works like a charm. Thank you very much.

Answers (0)