Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Arbela Technologies Corp
Copyright (c) 2026 Arbela Technologies Corp (now Argano LLC)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Metadata/AOTBrowser/Descriptor/AOTBrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<d2p1:string>GeneralLedger</d2p1:string>
</ModuleReferences>
<Name>AOTBrowser</Name>
<Publisher>Arbela Technologies Corp.</Publisher>
<Publisher>Argano LLC</Publisher>
<VersionBuild>0</VersionBuild>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("Arbela.Dynamics.AX.Xpp.Support")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Argano LLC")]
[assembly: AssemblyProduct("Arbela.Dynamics.AX.Xpp.Support")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2026 Argano LLC")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Scripts/Mount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.DESCRIPTION
It creates a symbolic link into Metadata folder of Dynamics 365 for Operations.
.COMPANY
Arbela Technologies Corp.
Argano LLC
#>


Expand Down
4 changes: 3 additions & 1 deletion docs/deeplinking.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ https://myenv.operations.dynamics.com/?mi=ARBAOTBrowser&ObjectType=Form&ObjectNa

## Copy Link Button

The **Copy Link** button in the action pane generates a deep link URL for the currently displayed object and shows it in the infolog. You can then copy the URL from the infolog and share it with others.
The **Copy link** button in the action pane generates a deep link URL for the currently displayed object and selected tree node, and **copies it directly to your clipboard**. An "Link copied to clipboard" info message confirms the copy. You can then paste the URL anywhere to share it.

The button is enabled only when an AOT object is loaded.

## Supported Object Types

Expand Down
7 changes: 3 additions & 4 deletions docs/treesearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ When browsing a large AOT object such as a table with hundreds of fields or a fo
## How to use

1. Open an AOT object in the AOT Browser.
2. Click the **Search tree** button in the action pane.
3. Enter a search term in the dialog and click **OK**.
4. Matching nodes are found and the first match is selected automatically. The infolog shows your position (e.g., "1 / 12 matches").
5. Use the **Next** and **Prev** buttons to navigate between matches.
2. The **Search in tree** box is always visible below the tree — just start typing to search.
3. The first matching node is selected automatically as you type.
4. Use the **▲** (Previous) and **▼** (Next) chevron buttons to navigate between matches.

## Details

Expand Down