Question: XREF Actions Codes

Posted by Richard Thompson on 17-Aug-2016 08:44

Could I get a confirmation on my understanding of the codes shown in the Actions Column?

A = Access (x = table.field)

S = Search can-find(table where table.field = value) or (find table where...) or (for .... table where )

U = Update ( table.field = value)

C = Create ( create table)

D = Delete    (delete table)

R = Reference  ( def var x like table.field )

Thanks,  ( be kind )

Richard

Posted by Jeff Ledbetter on 17-Aug-2016 09:40

Yes, your understanding seems correct.

From the User Guide, here's all the actions and types:

Xref Actions and Types

The following tables describe the actions and reference types found in the Xref and Where Used Views.

Xref Actions and Descriptions:

Action Description

A Access

C Create

D Delete

E Execute

I Include

N New

P Publish, Subscribe, or Unsubscribe

R Reference

S Search

U Update

W Whole Index Search

X External Reference

All Replies

Posted by Jeff Ledbetter on 17-Aug-2016 09:40

Yes, your understanding seems correct.

From the User Guide, here's all the actions and types:

Xref Actions and Types

The following tables describe the actions and reference types found in the Xref and Where Used Views.

Xref Actions and Descriptions:

Action Description

A Access

C Create

D Delete

E Execute

I Include

N New

P Publish, Subscribe, or Unsubscribe

R Reference

S Search

U Update

W Whole Index Search

X External Reference

This thread is closed