List of User Layer modified obejects in AX 4.0

Hi,

I have a requirement, where i want to have list of AOT objects that are modified in user layer in AX 4.0.

Is there any built in functionality in Ax 4.0 or any one has done this before.

Please suugest.

Thanks in Advance,

B Ismail

Hi

While viewing in the AOT you can see the all the objects modified by the usr group e.g Form_letter(usr)

hope this will serve your purpose

Hello,

Search for how to use project filter in Developers guide. This way you can create an Ax project with list of all objects that were modified in specific layer. I also wrote this procedure in this forum before.

Best regards,

Hi,

You can use the built-in Advance Filter/Sort for Projects. [:D]

  1. Create a new project (Doesn’t matter if its a Private or Shared one).
  2. Open it. In the Project Window click the Advance Filter/Sort icon (the last one in the right, in ax 2009 its the 2nd to the last), alternately (CTRL+F3).
  3. The Project Filter will open. In the Groupings, click AOT (select Per user if you want the objects grouped by the user who created it), then press the Select button.
  4. The Inquiry window will open. In the Range tab Ignore the Table column (it looks crappy but they improved it in ax 2009), focus on all the utilLevel in the Field column and select the Layer in the corresponding Criteria. You can also use the Name in the Field column to filter all objects that start with a particular character, useful in times where there are multiple companies that uses own prefix to new objects they create in the same layer. ex. dat_*
  5. Click OK to close the Inquiry, then OK to close the Project Filter. Then wait for like a half an hour or something, it takes time.[;)]

Hope its what you need.[:D]