<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LeHoangQuan さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/lehoangquan</link><description>LeHoangQuan さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Override IType Property auto-label</title><link>https://www.aras.com/community/f/development/35755/override-itype-property-auto-label</link><pubDate>Tue, 07 Jul 2020 19:02:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:29f4ef53-5282-40ef-802a-185c2010d95d</guid><dc:creator>neil.lindberg</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1594147778340v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;After adding a property to an ItemType and tabbing from the property Name to the property Label there is the annoying behaviour I would like very much to override. I&amp;#39;d rather it stay blank than constantly needing to: Select all, delete, and finally enter a sensible label. I&amp;#39;m only critical of this annoyance because all the default labels are sensible, but whoever put together this auto-label didn&amp;#39;t seem to take that into account.&lt;/p&gt;
&lt;p&gt;For instance, the default label for &amp;quot;team_id&amp;quot; is simply &amp;quot;Team&amp;quot;, and the default label for &amp;quot;release_date&amp;quot; is &amp;quot;Release Date&amp;quot;. So, why would tab-to automatically copy the property name?&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like if tab to split on underscore and did a caps op on every word. Then, rather than constantly needing to delete the auto-label to enter one that conforms to the default look of out-the-box Innovator IType labels, it would actually be helpful!&lt;/p&gt;
&lt;p&gt;This is a quick JS example, and I think if ANY auto-label this should be it:&lt;/p&gt;
&lt;p&gt;```&lt;/p&gt;
&lt;p&gt;// Change &amp;quot;release_date&amp;quot; property name to desired default-looking, &amp;quot;Release Date&amp;quot;:&lt;/p&gt;
&lt;p&gt;&amp;quot;release_date&amp;quot;.split(&amp;quot;_&amp;quot;).map(x =&amp;gt; x.charAt(0).toUpperCase() + x.substr(1,)).join(&amp;#39; &amp;#39;)&lt;/p&gt;
&lt;p&gt;````&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Why do TOC Editor created menu items not show up in in the TOC after packaging and Import</title><link>https://www.aras.com/community/f/development/38234/why-do-toc-editor-created-menu-items-not-show-up-in-in-the-toc-after-packaging-and-import</link><pubDate>Tue, 30 Jan 2024 21:14:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7731bb3a-dbe0-4b8f-b1f9-2252466566e3</guid><dc:creator>srmorrison@earthlink.net</dc:creator><description>&lt;p&gt;Hello Community,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve just tried to Package a staging table environment that includes TOC Menu elements created in the TOC Editor.&lt;/p&gt;
&lt;p&gt;The Import did not result in the rendering of the added TOC Menu Items in the TOC Menu or TOC Editor.&lt;/p&gt;
&lt;p&gt;I would appreciate any help or in site I can get to learn what I have done wrong or left out.&lt;/p&gt;
&lt;p&gt;The process I went through is described below.&lt;/p&gt;
&lt;p&gt;Note: I did go through the Docs but the process to even add the [Presentation Configuration] is incorrect and does not tell what to check for in the export. So this conversation will help that.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aras.com/community/documentationlibrary/Innovator/22/Content/Innovator%2022%20Docs/Configurable%20User%20Interface%20Administrator%20Guide/Importing%20and%20Exporting.htm#_Toc94890529"&gt;www.aras.com/.../Importing and Exporting.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:201px;max-width:256px;" height="201" src="/community/resized-image/__size/512x402/__key/communityserver-discussions-components-files/3/pastedimage1706644611486v1.png" width="256" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1706644659416v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--- Process --------------------------------------------------------------------------------------------------------------------------&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I created a Package for the configured Items, Forms, Relationships, etc. All of these Exported and Imported correctly.&lt;/p&gt;
&lt;p&gt;I added the TOC Category (CommandBarMenu) and Itemtype (CommandBarMenuButton) to the Package using the Package Button.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1706645016674v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Doing this added the following Package Groups to the package: Menu, Menu Button, Command Bar Section&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:324px;max-width:296px;" height="324" src="/community/resized-image/__size/592x648/__key/communityserver-discussions-components-files/3/pastedimage1706645295763v4.png" width="296" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Next:&lt;/p&gt;
&lt;p&gt;1) I navigated to one of the configured ItemType&amp;#39;s, [Client Style] tab&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:230px;max-width:387px;" height="230" src="/community/resized-image/__size/774x460/__key/communityserver-discussions-components-files/3/pastedimage1706645624675v5.png" width="387" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2) Double clicked on on the [Presentation Configuration] in the Grid; &amp;quot;rh_Oracle_Mfg_Item_TOC_Configuration&amp;quot;&lt;/p&gt;
&lt;p&gt;3) Clicked [Search Presentation Configurations]&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:277px;max-width:557px;" height="277" src="/community/resized-image/__size/1114x554/__key/communityserver-discussions-components-files/3/pastedimage1706645745316v7.png" width="557" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;4) Searched for the required [Presentation Configurations],&lt;/p&gt;
&lt;p&gt;5) Selected all Required&lt;/p&gt;
&lt;p&gt;6) added then to the Package via the right Click [Admin] menu.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:293px;max-width:389px;" height="293" src="/community/resized-image/__size/778x586/__key/communityserver-discussions-components-files/3/pastedimage1706646090929v8.png" width="389" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Doing this added the following Package Group to the package: Presentation Configuration&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:399px;max-width:447px;" height="399" src="/community/resized-image/__size/894x798/__key/communityserver-discussions-components-files/3/pastedimage1706646315067v9.png" width="447" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;7) I did the Export and all packaged elements were represented in the manifest and import folders&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:183px;max-width:542px;" height="183" src="/community/resized-image/__size/1084x366/__key/communityserver-discussions-components-files/3/pastedimage1706647108264v13.png" width="542" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;8) I did the Import into the new staging DB instance.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aras.com/community/cfs-file/__key/communityserver-discussions-components-files/3/2024_2D00_1_2D00_30.12_2D00_57.log"&gt;www.aras.com/.../2024_2D00_1_2D00_30.12_2D00_57.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;9) In the new Instance I&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; a) Opened the TOC and nothing. I opened the TOC Editor and nothing&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:310px;max-width:239px;" height="310" src="/community/resized-image/__size/478x620/__key/communityserver-discussions-components-files/3/pastedimage1706647513913v14.png" width="239" alt=" " /&gt;&lt;img style="max-height:315px;max-width:462px;" height="315" src="/community/resized-image/__size/924x630/__key/communityserver-discussions-components-files/3/pastedimage1706647642599v15.png" width="462" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; b) I checked the SQL Server tables to see if all the elements, defined in the XML files, had been loaded.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All Elements had been loaded into the tables:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; - PRESENTATIONCONFIGURATION&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - COMMANDBARMENU&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - COMMANDBARBUTTON&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - COMMANDBARMENUBUTTON&lt;/p&gt;
&lt;p&gt;&amp;nbsp; c) I checked the Itemtypes to see if the [Presentation Configuration] were set on the [Client Style] TAB.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And they were:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:243px;max-width:477px;" height="243" src="/community/resized-image/__size/954x486/__key/communityserver-discussions-components-files/3/pastedimage1706648074879v16.png" width="477" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; d) Lastly, tried clearing the IIS cache and the Browser cache&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;No Luck&lt;/p&gt;
&lt;p&gt;Thanks for the help and/or in site.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Authenticating in OAuth 2.0 Invalid redirect_uri.</title><link>https://www.aras.com/community/f/community/55477/authenticating-in-oauth-2-0-invalid-redirect_uri</link><pubDate>Wed, 02 Apr 2025 11:07:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0c587f7f-249a-41ed-9924-2fb68df6f65e</guid><dc:creator>LeHoangQuan</dc:creator><description>&lt;p&gt;I use Postman to try to log in to my Aras server, following the steps: &lt;br /&gt;&lt;a id="" href="https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api"&gt;https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I get an Invalid redirect_uri error. While I can log in to the Aras server using: localhost/.../&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/pastedimage1743592023006v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Here is my Postman configuration:&lt;br /&gt;Callback URL: localhost/.../PopupCallback&lt;br /&gt;Auth URL: localhost/.../authorize&lt;br /&gt;Access Token URL: localhost/.../token&lt;br /&gt;Client ID: IOMApp&lt;br /&gt;Scope: openid Innovator offline_access&lt;/p&gt;
&lt;p&gt;Can someone please point me in the right direction on this?&lt;br /&gt; &lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Thu, 01 Jun 2023 08:56:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:42807d91-9daf-4b23-8d54-8f8247022faf</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>