Dear All,
How to make generate code automation for SKU Code if want to add new SKU product in list, so the user just input name of SKU
Thanks.
@naufaladin
This you can achieve by system module where each parent will have that numbering 001, 002β¦, 006 for new one concatenate the name with next serial number 007 (the numbering you can achieve by various method like create a placeholder and add that incrementally into the process or can create ranking and +1 etc,..)
So, whenever they will try to create a product, the first action it will check what's the serial number and import into the sysmodule concat with the name then next process is original list creation with mapping the code as concatenated one.
I have provided some idea to crack this, think through and try it out. If still you're having any issues, let me know.
Thanks
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New β New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, noβ¦
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Rankingβ¦