プロフィール
コメント
-
Jervin Nicholas Teopengco-Oracle 様 ご回答ありがとうございます。スクリプトのみから操作できること、承知しました。
-
@市倉丈寛/Ichikura Takehiro 様 ご回答ありがとうございます。 「レコード送信後(After Submit)」トリガーでもうまくいかなかったようです。もしワークフローでできないようであれば、スクリプトでできるかも含め検討してみます。
-
@市倉丈寛/Ichikura Takehiro 様 ご回答ありがとうございます。 社内で軽く見てもらったところ受領書のレコードブラウザを見てもamountはなく、単純に出せそうな形ではないようなのですが、itemunitpriceとかであれば取れるかもとのことでした。保存検索とスクリプトなどだとまた違う形なのかもしれませんね。 もう少し試してもらいます。
-
@市倉丈寛様 ご回答ありがとうございます。 新しい見積から作成し直す際に利用するとのこと、理解できました。 他の方がOracleサポートへ問合せしてくださり、以下のような回答も得られましたので記載させていただきます。 ---- 「更新(Renew)」ボタンをクリックすると「見積」にコピー作成されあます。これはこの機能の標準的な動作です。 理由:通常の販売取引は、見積 > 受注 > 請求書 > 配送 > 支払の順から始まります。したがって、取引を更新(Renew)する場合は、基本的には見積りから同様に再び開始され、そして受注が開始されます。…
-
I was able to commit the line by using ignoreFieldChange. Those links have been very helpful to me. Thank you for all your help!
-
Thank you, I'll look forward to your updates.
-
Sorry, I'll try to attach the screenshot again. I have tried a simple script that just set the value of the custom field to blank. And also, I tried a script that sets specific value of 2 in the custom field. They could set the custom field to a value of null or 2, respectively, but neither of them could commit the line.…
-
As you might have guessed, "custbody_deliverycompany" is a List/Record type field. A screenshot is attached below. I also tried setting the value to blank("") instead of null, but the result was the same.
-
I'm so sorry, I was very mistaken. The support team has pointed out my error. The script that I was mentioned previously was not the cause. When I commented out the following, I was able to commit the line. (in the sublistChanged entry point) ---- function controlFieldsForCannotConsolidatedShipment(currentRecord){ const…
-
I am very grateful for your consideration. In fact, I've contacted to support team and they said, "We don't have access to the Sandbox environment so we don't know the details.” They asked a few questions and I replied to them. I would like to investigate the impact of other scripts and SuiteFlow a bit more. Would you give…
-
I apologize for the lack of explanation of SUBLIST_ID_ITEM. It is declared in the preceding line as follows const SUBLIST_ID_ITEM = 'item'; I tried troubleshooting using log.debug() to see whether or not it pass that function. To me, the function seemed to be working. I also looked at the execution log and I didn't receive…
-
Hi Mikko De La Fuente-Oracle, Thank you for your comment. I am eagerly awaiting your consideration.
-
Thank you, Mikko De La Fuente-Oracle. Thanks to the advice you gave me, I was able to hide sublists! Thank you for your help.
-
Hi Mikko De La Fuente-Oracle , Thanks for the helpful links. This is the first time I've used this module and it seems to work well. I'll give it a try! I'll report back here with the results.
-
Hi Mikko De La Fuente-Oracle , Thank you very much for your reply. I tried your advice and I was able to successfully solve this problem! Thank you for your continued support. Best regards, Kayo
-
Hi Mikko De La Fuente-Oracle , Thank you for your reply and for organizing the content. It is helpful. I'm looking forward to your updates.