プロフィール
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
コメント
-
@Angelica Mae Segador-Oracle I appreciate your help. Incoterm is a NS default record .
-
@Nicole Mendoza-Oracle Good Day, I think I've not received the e-mail from your team but I would like to confirm if I just missed it. If you sent it already I would like to know when and who sends it to me. Best Regards,
-
@Nicole Mendoza-Oracle I highly appreciate you've kept working on this issue. I learned that a third-party add-on application(Celigo for Outlook) creates message records with attachment files on sending e-mails on Outlook(MS). So I guess the attachment process is surely reproductive also from the outside. We hope soon the…
-
@Nicole Mendoza-Oracle But the NS are surely able to do that now internally. When you send the e-mail from transaction page with a attached file, the file object is attached to the created message records after sending the mail. I guess that the email.send method creates a message-type record during the process. After all…
-
@Nicole Mendoza-Oracle I appreciate your reply but email.send and relatedRecords doesn't work for us, because we have to create just message records from users' local PC's file but can't send the email again. And also, relatedRecords didn't work for file records, right? The solution has to be a way to attach file records…
-
Sorry, I found that the error was occurred. serverWidget.FieldType.MULTISELECT is impossible for the suitelet's sublist field type? The error log said that MULTISELECT is invalid.
-
@GauravAgrawal I appreciate your help. Firstly, I couldn't find the link to the Suite Answers. So please share the link with me. And is it correct that it is impossible to change the sort configuration of the existing saved search in the suite script?
-
@Kristoffer Viray-Oracle I appreciate your help. I guess, Should be all the fields in the record. I mean, each field has the internal id systematically, right? For example, you can get the internal id of the field when you do getvalue on the field (list/record of field). But the Search.columns has only the id (like…
-
@Richard James Uri-Oracle I appreciate your help, then can we not take saved searches as the source by the restriction of the NS?
-
And... Is it possible to execute the search for saved search records in Suitescript?
-
@Gaurav Agarwal @Richard James Uri-Oracle I appreciate your help, but unfortunately, "_blank" didn't work on my end, the new page still comes out on the new tab, not the new window. Does this work on your end?
-
@Nicole Mendoza-Oracle I appreciate your help, but you mentioned about the list, but not the sublist. Please check if the method really works for the sublist. I couldn't let it work on my end. Best Regards,
-
@Kristoffer Viray-Oracle Allow Child Record Editing got checked and the Permissions doesn't have any restrictions on this Custom Record. But the field is still uneditable. Please clarify the specification. Best Regards,
-
@Kristoffer Viray-Oracle It's a Custom Record value, here is the record configuration capture.
-
I successfully got the value via loading the record and taking the from it, not via doing it from context.newRecord. But I need to understand the specification, so please keep the investigation and report the result. Best Regards,
-
@Kristoffer Viray-Oracle Here is the screenshot. FIY, even though sourcing&filtering have nothing, the inline edit was disabled. There must be too complex specification for the behaviour. Best Regards,
-
@Kristoffer Viray-Oracle I'm using the Administrator so there must be not restrictions...
-
@Kristoffer Viray-Oracle I appreciate your help but I've already read it before. But In a field, Both level are Edit, but the inline edit is still unavailable. So there must be another point. Please check this issue.
-
The SPECIAL ORDER's PO has the Sales Order as "created form", so I guess if there is possibility we have to use record.transform but I'm still middle of nowhere.
-
@Kristoffer Viray-Oracle Here is the screenshot, could you take a look and confirm my desire?
-
@Richard James Uri-Oracle I appreciate your help. However, your link doesn't have the specific way of the N/redirect Module in N/https module that you mentioned. Could you check once more if it's possible with a sample? I couldn't get the way to use "redirect Module in N/https Module". Best Regards,
-
Here is the screenshot.
-
@Kristoffer Viray-Oracle I appreciate your help. About Tax ID, I understood. But "Account" is not the one of invoice that you said, it's on Purchase Order form defaultly. (So I believe it has nothing to do with Account Receivable...). Please check the specification of the Purchase Order's "Account" field under the…
-
@Jack Daryl Espiel-Oracle I appreciate your help. Could you give me a sample code of what you taught me? The simple one is fine. I would superly appreciate it. Best Regards,
-
@Nicole Mendoza-Oracle I appreciate your help. I've not yet tried putting a client script on a suitelet. How can I do the implementation?
-
if you put a value on an ETA field other ETAs are also automatically changed. This is the image of what we need.
-
@Richard James Uri-Oracle No worries, understood. But then, how can I get the text value in this case? I guess there must be the way. @Nicole Mendoza-Oracle
-
@Richard James Uri-Oracle I met the following error. TypeError: context.request.getSublistField is not a function In your end did it work?
-
@Richard James Uri-Oracle I appreciate your reply. Then, Im the case the field is disabled, is it possible?
-
context.request.getSublistField({ id: 'custpage_field', line: 0 }).getText(); I guess the above doesn't work,right? We need the current text at this point(Our Suitelet is editable), so I think... we have to get the text from context.request. How can we do that? @Richard James Uri-Oracle I appreciate you helping us.