InstallShield 2010 change title of the choose setup language dialog - installshield

I've inherited an InstallShield project and need to change the title of the setup language dialog. It is currently the same as every other dialog in the installer [Product name] - InstallShield Wizard. I've found the string I need in the localisation ini file, but cannot find the dialog anywhere inside the project, nor any options around the releases/build options.

use IFX_SETUP_TITLE to set only the Product Title.
If you have a custom dialog make sure you have resource id set to 50 or 51. If there is no resource ID with the value of 50 or 51, even using IFX_SETUP_TITLE will not change title name.

Related

Why can't Acumatica find a view?

I created a DAC extension mapped to an extension table off of SOShipment. I have two custom fields in the extension table that I'd like to add to the Sales Orders entry form, specifically the grid in the Shipments tab. When I go to the layout editor for this form and select the Grid: ShipmentList under the Shipments tab, there are no fields in the Add Data Fields tab on the right. Also, I see a yellow circle with this error in several places:
The "ShipmentList" view is not found. Try to publish the customization project.
I published the customization project, but the error persists. To my knowledge, we haven't done any customization that would've touched the ShipmentList view. What is the issue here and how do I resolve it?
Since you are trying to add those Custom fields to the Grid: ShipmentList(which primary DAC is SOOrderShipment), make sure you add the Custom Fields to the Correct DAC extension, the correct DAC extension should be for SOOrderShipment.
(You have to rename the DataView because in base code, this Dataview is named shipmentList. However, the editor Tool when generating Customization Script for that screen is assigning ShipmentList(Capital S) to Datamember instead of correct Dataview name. )
So, then Go to Section Screen, Select SO301000 screen, select the Grid(ShipmentList) under the Shipments Tab, select Action->Edit ASPX, then locate on DataMember="ShipmentList" (with Capital S) and replace it for DataMember="shipmentList" (lowercase s). Then click on "Generate Customization Script" and publish your Customization.
After publishing, go to SO30100 Screen, select correct Grid and you will be able to see new Custom Fields and the warning message gone.

Bitrix - How to find last updated component or file in Bitrix

I have updated one component file from the Edit Mode of Bitrix environment. I have written one statement and write exit to debug the code. But now I can't find the component which I have edited.
Is there any way to find last updated files or templates or component or any other way by which I can revert back that component?
I have updated component file from this page - CRM > Deals > Add New Deal page.
Any help would be appreciated.
If you edited CRM > Deals > Add New Deal page using "Edit page" button then check out /crm/deal/index.php file.
To check out what core files/system components were affected (if they were modified) you could use "Project Quality Control" tool:
Open Control Panel > Settings > Tools > Project Quality Control
Click "Release Project".
In checklist find "Project release" group and click "The system kernel was not modified".
Click "Run autotest".
Click "Detail report" link to see which core files was modified.
But the best way to figure out what files was modified is compare document root folder with the backup copy.
If you want to continue to edit the files then I recommend you to set up version control system (e.g. GIT).

How can i upload/use my client script in suitescript NetSuite

Can somebody explain to my how can i use or upload my client script in suitescript creating a form in netsuite? Appreciate the help. Thank you.
Your question is not clear. You want to upload a client script that would create a form?
First, do you want to upload javascript/suitescript file? if yes then you should follow what Jo O posted earlier.
Second, you mean your client script will create form? I don't think it is possible because only suitelet can create a form.
Third, you mean to say that you want a client script attached to a form? If yes there are two ways to do it, First you can customize your form and put your client script on the Custom Code tab. Second is to create a client script record and do not deploy it to any record take note of the script ID and you can use the setScript method to set/attach the script on the nlobjForm object on before record load of user event script or on the suitelet.
This is from SuiteAnswers # 23388.
Assuming you're using the Eclipse IDE with the SuiteScript Add-in, first make sure that you have your NetSuite accounts setup in the IDE:
1.In SuiteCloud IDE, set your master password by going to NetSuite > Master Password > Set Master Password.
2.Add your NetSuite accounts by going to NetSuite > Accounts and clicking Add.
After you have the script file ready:
3.Next, right-click in the SuiteCloud IDE editor area and then go to NetSuite > Upload File in Editor. The Upload File in Editor window opens. Wait for the progress bar to complete. The Upload File in Editor window closes upon completion.
Verify Your Script Upload
4.Right-click in the editor area and then go to NetSuite > Log in to Project Account. A browser loads with your NetSuite account logged in.
5.In NetSuite, go to Documents > Files > File Cabinet. The File Cabinet Folders page of your NetSuite account loads.
6.Navigate to the SuiteScripts directory and check your file in the subdirectory that matches your project name.
You then need to create a custom form that will link in this code.
7.In NetSuite, go to Customization > Scripting > Scripts > New. The Select Type page loads.
8.In the Type list, click Suitelet. (assuming your code is a suitelet)
9.In the Name field, enter a valid name (example: GettingStarted_SS_HelloWorld).
10.In the ID field, enter a name that begins with an underscore (example: _gs_ss_helloworld).
11.In the Scripts subtab, select your *.js file in the Script File dropdown list.
12.In the Function field, enter the function name that you wrote. Use the exact case and do not use the parentheses.
13.Hover over the dropdown arrow on the Save button, and then click Save and Deploy. The New Script Deployment page loads.
14.In the Title field, enter the Name value from step 9.
15.In the ID field, enter the ID value from step 10.
16.In the Status dropdown list, select Testing.
17.Click the Links subtab.
18.In the Center dropdown list, select Classic Center (or whichever Center is appropriate).
19.In the Section dropdown list, select the menu where you want this to appear (example: Setup).
20.In the Category dropdown list, select the submenu on the menu where you want this to appear (example: Custom).
21.In the Label field, enter the exact item on the menu that you want the user to select (example: Getting Started).
22.Click Add.
23.Click Save.
Test Your Script
24.In NetSuite, go to the menu, submenu, and item specified in steps 19, 20, and 20 (example: Setup > Custom > Getting Started). The page you just created should load.
You should create a Suitelet with a form and then create url using N/url and open it using https or nlExtOpenWindow from client side.

Android Programming ABC Tracing Application

i want to make an application ABC Tracing , and i want to insert a color picker in my application , but how do
i include the source code into my application ?
please explain in detail , thank you very much
Right click in package explorer or goto file>import - choose svn
get svn repository location (for example this great library : http://color-picker-view.googlecode.com/svn/trunk/) from here
http://code.google.com/p/color-picker-view/source/checkout
follow wizard importing the trunk/library, it should end up in your package explorer
Right click in your project to use the libray, select properties, select Android, at bottom select Add Library and select the color picker.

(Installshield 2010) How can I register MIME Type?

I need to register some MIME types in IIS.
I cant find any options on Installshield 2010 but (Component-any component- Advanced Settings-File types) tab has some MIME ##$#% thing. I dont know exactly it can really do what i want.
Does anyone know about this????
In Installshield you can select in the "Installation Designer" tab, On the tree (docked at the right) the "Organization" > "Components". There, i advise to pick one of the main components that are always installed.
There you have the second tree (with the Component list). Select "Advanced Settings" > "File types" > "Extensions". Right click and select "Add new extension". Add the extension without the dot.
Lets suppose your application opens *.bla and have the class id {3b001638-42be-4fa0-8440-0089d83ea7a7}
Add the extension "bla", create new MIME type under it. Add the class id {3b001638-42be-4fa0-8440-0089d83ea7a7}
Save the Installshield project, build and test it.

Resources