NetSuite Employee Subsidiary Change [closed] - netsuite

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I have an requirement to move employees from one subsidiary to another. However, that field is greyed out. I need to maintain the same employee record as it is integrated to other systems. I do not want to create a new employee record.
Is there a way to do this?

Directly from the NetSuite Help page entitled "Adding an Employee":
After a transaction has posted for the employee, you are not able to change the selected subsidiary on the employee record.
That means if you have any transactions (e.g. paychecks) associated with an employee, you can no longer change its subsidiary.
Subsidiary is not an available field in Employee Mass Updates either, and it is doubtful that a script will be able to change it either.
In general, it is very difficult to change subsidiary on most record types because of the accounting and financial implications. I believe at this point your only option is creating new Employee records and updating the integrated system.

As a general rule, I would create a new employee record in the new subsidiary. This keeps record keeping quite consistent and leaves the history/audit trail.
Simply make the "old" employee record inactive and you should be fine.

Check the employee input form and find out if the subsidiary field is disabled or set to "inline text" - if it is change it to normal then save the form. Once the form is saved them the field should be accessible.

Related

Google search operators to find out of stock Amazon products [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
I need to identify "Out of Stock" Amazon product listings for acrylic paints.
I am using the Google search operator:
site:amazon.com -inurl:feature.html acrylic paint "We don't know when or if this item will be back in stock."
I'm using "-inurl:feature.html" to remove best seller lists.
And "We don't know when or if this item will be back in stock." to display only out of stock items.
But the results are still too general. Does anyone know how I can only show results from the "Arts, Crafts & Sewing" category? I tried including that into the search string, but since that phrase appears on all pages it did not work.
Or maybe someone has a better way to do this instead of using Google?
just add "Arts, Crafts & Sewing" to the query :) it works for me.
like this:
site:amazon.com -inurl:feature.html acrylic paint "We don't know when or if this item will be back in stock." "Arts, Crafts & Sewing"

Is there any way to force Excel 2013 to open files within the same window instance? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Is there any way to force Excel 2013 to open files within the same window instance?
I am extremely disappointed that Microsoft is forcing it's users to open multiple instances for every workbook they open. Why on earth would they take away this feature?
This is not making us more productive. Why don't we just start opening a new browser instance every time we visit another website?
I'm constantly opening CSV files throughout the day. I would prefer to have this consolidated to a single instance of excel and the option to drag a tab away from the window when I need a new instance. Microsoft please fix this!
Anyhow, if anyone knows of a hack to work around this I'd like to know.
Thanks in advance!
Apparently, according to Microsoft, this is done by design. They are so excited by this feature that they have even created this blog article to show it off and explain why it's so great.
Unfortunately, there's no way easy or free way to achieve what you want, at least I'm not aware of one.
However, there's a website called "Extend Office" (I have no affiliation with them what-so-ever) that sells various Excel add-ins. One of the add-ins is called Office Tab, which seems to be able to do what you want. There's a trial version for 30 days after which you need to buy. Up to you if you want to go for it or not, I merely point out its existence and I'm in no way endorsing or discouraging it (I've not even tried it!).

Programming RFID Tags [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last year.
Improve this question
I'm looking into what can be done with RFID tags and I know that most RFID tags can only handle 1-2kb of data so I'm wondering if those with more experience with them will be able to inform me on my questions:
What sort of data can an RFID tag hold? By that I mean, it is the
RFID tag that holds information about the stock one tag may be used
on, or is its serial number looked up in a data base and the stock
information is accessed that way?
If I was to permanently embed some RFID tags into a static structure
would it be possible for the tag to hold its positional information
and then have my my RFID reader get that information? If not, is
there any other way I could go about doing that?
Assuming you are working with UHF ISO 18000-6C tags, those are compose with four block:
User bank
TID bank
EPC bank
Reserved bank
1) You can use the User Bank or EPC bank (not recommended) and storage there any data you want to (in hexadecimal format). IMHO, I do not recomment to write down in the EPC field, because it is destined for the CRC and PR.
2) About the position, you can save any data you want. If you just want to reply with the tag position hard coded in some memory bank, that's ok.

YouTrack 4.x - How do you sort all task by priority in their swimlanes in the agile board? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Like the title says, is there a way to sort all tasks within swimlanes by priority?
I thought you could do this via the search box up top by putting something like:
order by: priority
however it didn't seem to do anything (I used the auto complete bits so it seemed right)?
As currently we have critical bugs down the bottom and minor cosmetics at the top and we dont want to have to keep manually sorting them for developers to pick up.
This is not quite what you are looking for, but may serve a similar purpose:
Create a board specifically for dealing with priorities -- I call mine "Priority Board".
Set the swimlane type to 'attribute'
Set the "Field to identify swimlane" to "Priority"
Checkmark all values in the "Field Values To Identify Swimlane" drop box, and click 'apply'
VoilĂ  - Drag tasks between swimlanes to set their priority, and you have a nice clear view of the priorities and current state of various tasks -- unfortunately, their swimlanes in the normal view may not be so obvious.
Alternatively, you can set the field for color-coded cards to the 'priority' field. Not quite the same as sorting, but still visually obvious.
Grofit,
It's impossible to sort tasks by priority inside swimlane.
So you can only sort thru all swimlanes.
Also, I would like to recommend you to use following query another time, if you need to sort by priority:
sort by: Priority

Can we merge two .NSF file in lotus notes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have made my own .NSF file from mail85.ntf and i have added my own stuff in this new nsf file. What actually it does is that it calls a java agent when a action button (places near 'send' ) is pressed.Now my question is:
How can I merge this NSF file with the existing mail.nsf file. Such that I can use the feature of my NSF file along with the existing feature of NSF file. Is that possible in lotus notes ?
My goal is to integrate my own NSF file with the existing NSF file without loosing current and new features.
If your "own stuff" involves design changes then you give your DB a template name and refresh the other DB from your DB using DESIGN-REFRESH (not DESIGN-REPLACE). The design changes will then be in both databases.
If your "own stuff" has to do with documents then you can use copy/paste to move the ones you want from one DB to the other. If there a lot of them, then LotusScript NotesDatabase.AllDocument.CopyToDatabase(tragetDB) will move them with less manual action.
/Newbs
If you want to update your version of the mail BUT KEEP your new stuffs:
indicate for each design (of your version of the mail) "prohibit design refresh or replace to modify"
This will allow you to refresh design without loosing your changes.
Please note that if the element is not a new one but a modified one flagging prohibit design... will also disallow the refresh BUT you will have to merge the changes in this element, if in the future, the template changes this element.
NB if you need to do that on many DB (I mean many db have the SAME changes you've done) I suggest copy the new/changed elements in a blank DB. This DB has to be a new master template. Then copy all the elements of this new DB. When pasting in the target mails, Designer will ask if "would you like these (agent/form...) to be automatically updated when ...." simply answer yes the pasted elements will flaged has inheriting from your new template.
hope it's clear

Resources