My Stuff
Comments
-
HI @Rumaysa Mirza , .line { margin:5px 0; height:20px; background: repeating-linear-gradient(90deg,red 0 5px ,#0000 0 7px) top, repeating-linear-gradient(90deg,red 0 3px ,#0000 0 7px) center, repeating-linear-gradient(90deg,red 0 10px,#0000 0 12px) bottom; background-size:100% 2px; background-repeat:no-repeat; } You can…
-
Hi @tech work We can create standalone Credit memo, you can refer to the following suite answer for more info https://suiteanswers.custhelp.com/app/answers/detail/a_id/101894/loc/en_US
-
Hi @brocha , You can also try to adjsut your footer length as well in the body tag
-
Hi @User_VO4MF , Can you use the advanced Intercompany in this context?
-
Hi @User_J6WYT , May I know if this account is a bank account or account with currency is tagged as dollar then you cannot import/create a JE because the accounts currency should match with subsidiary currency or the currency that you have slected on the JE
-
Hi @brocha , There was issues with your else if structure in header, I updated that in the code let me know if thsi wroks for you <macrolist> <macro id="nlheader"> <table class="header" style="width: 100%;"><tr> <td> <table style="width:100%;"><tr><#if record.cseg_appf_business.id == '2'> <td style="margin-top:-30px;"><img…
-
Hi @3967909, I hope this solution will help you create two advanced PDF Templates for two different locations - Where you can differentiate the Items in the forms , You can only link a single packing slip But you can use the Bulk printing option where you can select both packing slips advanced PDF forms Transactions…
-
Hi @User_J6WYT , Can you try importing the accounts using their Internal ID, there are a couple of scenarios I can think of these kinds of error happen 1.The account might be inactive 2.The account has an invalid internal/external 3.The account is not added to the specific subsidiary
-
Hi @Mudassir Khan , Open the custom entry form that you need to replicate Change the Name and ID Click the Save As button
-
Hi @User_XNZ2C, Can you try the below, hope this will resolve your issue <td align="right" colspan="6" line-height="50%"><#assign x= item.rate/>${x?string.currency}</td>
-
Hello User_12, Not sure about that, But did find a suiteanswer with the same error Hope this will help you Answer ID 107111
-
Hi @Betsy Vance , My suggestion is to do it with a custom record so that you can track information in every year and it is not a good practice to add more fields to the entity records You can use the following steps to create and link the custom record to customer record Go to Customization > Lists, Records, &…
-
Hi @User_12 , seems like more of a sync issue at the moment when the user click the button, or you can also check if there is any global permission given for the role without any issues
-
Hi @Benjamin Paul - USA , Please use lastmodifieddate it will give you the desired results, I didnt find any field reference for lastmodified in entity and transaction records - that field might be deprecated
-
Hello @Margrat_H3NO5 Unfortunately, You cannot download the Results but you can filter out the results to see the Layouts for each of the Reports Its bit tiring but that is the only option we have due to system limitation
-
Hi @3955358, This is not possible with normal advanced PDF Template as the system doesnot support the multi-join from the attahed custom record But you can think of a custom solution
-
Hi @Ckirk , For workaround, if you have scripting knowledge you can consider designing a scripting solution Design the advanced PDF Template Create a suitelet to pass the value in to advanced PDf template and render it to Print add button using user event Print action using client script Hope this helps Thanks Margrat
-
Hi, There is no standard field in vendor to get the created By information if you want to get the result in saved search then you can get it by using the system Notes But here , the context is different I would be suggesting you to have a custom field to source the value at the time record is created then by using this…