This message was deleted.
# sdf
s
This message was deleted.
a
Which version of sdfcli do you have?
your
-pi
is not correct and it should give you an error for that
Copy code
The publisher ID must be a fully qualified name, such as "com.netsuite" It must contain lowercase alphanumeric characters and exactly one period. The ID may not begin or end with a period.
@Ana Claricia Can you share actual screenshot of the output from SDFCLI?
a
here
but there's no Scripts and xml files.
the version im currently using is CLI.2021.1.1
a
This command created a barebone/Empty project. You have to populate it with XML's and SuiteScript files according to your needs.
check
sdfcli -h
You mean when you package, the suitescripts are present in the zip file generated. But there is no objects folder?
You have some XMLs in the object folder? If yes, then please share the content of your manifest.xml
a
here
a
deployXML also please
a
here
a
Well these seems correct.
If you have XML's in Objects folder, when you package your project. They should be in packaged folder.
In your original projrct. whats inside Objects folder. Can you share screenshot?
The only explanation for this behaviour is that your objects folder is empty. And if a folder is empty, its not included in zipping/packaging.
a
Hello how about creaproject? Itried it but still no ojects exported
message has been deleted
message has been deleted
a
@Ana Claricia I am confused. You have a problem with
create project
or
package
command? When you create a project from the tools: It only creates the project structure. There is nothing inside the folders. You have to create files in the project. When you are trying to package the project. Your Objects folder is empty, so the Packaging command is not including the Objects folder because it's empty. Please check the documentation on NS.
Create project will not export anything. It will just create a structure. You have to run importobjects command, and then you can import the objects from the account see
sdfcli importobjects -h
a
its working! Thank you so much! 🙂