Skip to content

Instantly share code, notes, and snippets.

@vkostyanetsky
Created August 10, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkostyanetsky/cd924dacb224b5d77fe77a75bd6c0c2f to your computer and use it in GitHub Desktop.
Save vkostyanetsky/cd924dacb224b5d77fe77a75bd6c0c2f to your computer and use it in GitHub Desktop.
EntityForEntityPrefix = UsersSettings.Get("DefaultFillingValues", "MainCompany", SmallBusinessServer.GetPredefinedEntity());
DateForDatePrefix = FieldPopulatedValueByLocalField(Row, "Date", Template);
Number = StringFunctionsClientServer.SupplementString(Input, 8, "0", "Left");
Prefix = "";
ObjectPrefixationEventsBIT.SetDocumentPrefix(Undefined, Prefix, , , , , , , , DateForDatePrefix, EntityForEntityPrefix);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment